Changes for page 生徒会Wiki

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

From version Icon 44.1
edited by Super Admin
on 2026/04/01 16:27
Change comment: There is no comment for this version
To version Icon 43.1 Icon
edited by Super Admin
on 2026/03/24 19:08
Change comment: There is no comment for this version

Summary

Details

Icon 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 = $services.query.xwql("from doc.object(SeitokaiCode.SchoolClass) as school order by doc.date desc").setLimit(15).execute())
113 + #set($recentDocs = $xwiki.searchDocuments("where doc.fullName like 'Schools.%' and doc.fullName != 'Schools.WebHome' and doc.fullName not like '%.WebPreferences' order by doc.date desc", 10))
114 114   #if($recentDocs.size() > 0)
115 115   <ul class="recent-changes-list">
116 116   #foreach($docName in $recentDocs)