Changes for page 生徒会Wiki
Last modified by Super Admin on 2026/04/01 16:27
From version
43.1
edited by Super Admin
on 2026/03/24 19:08
on 2026/03/24 19:08
Change comment:
There is no comment for this version
To version
44.1
edited by Super Admin
on 2026/04/01 16:27
on 2026/04/01 16:27
Change comment:
There is no comment for this version
Summary
Details
- Page properties
-
- Content
-
... ... @@ -110,7 +110,7 @@ 110 110 111 111 <div class="home-recent-section"> 112 112 <h2 class="home-section-title">最近の更新</h2> 113 - #set($recentDocs = $ xwiki.searchDocuments("wheredoc.fullNamelike'Schools.%'anddoc.fullName != 'Schools.WebHome'and doc.fullName not like '%.WebPreferences' order by doc.date desc",10))113 + #set($recentDocs = $services.query.xwql("from doc.object(SeitokaiCode.SchoolClass) as school order by doc.date desc").setLimit(15).execute()) 114 114 #if($recentDocs.size() > 0) 115 115 <ul class="recent-changes-list"> 116 116 #foreach($docName in $recentDocs)