Changes for page 生徒会Wiki

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

From version Icon 4.1 Icon
edited by Super Admin
on 2026/03/06 00:42
Change comment: There is no comment for this version
To version Icon 5.1 Icon
edited by Super Admin
on 2026/03/06 00:44
Change comment: There is no comment for this version

Summary

Details

Icon Page properties
Content
... ... @@ -41,7 +41,7 @@
41 41   <svg style="width:1.1em;height:1.1em;display:inline-block;vertical-align:-0.15em;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;" viewBox="0 0 24 24"><path d="M3 11l18-5v12L3 13v-2z"/><path d="M11.6 16.8a3 3 0 11-5.8-1.6"/></svg>
42 42   最近の更新
43 43   </h2>
44 - #set($recentDocs = $xwiki.searchDocuments("where doc.fullName not like 'SeitokaiCode.%' and doc.fullName not like 'SeitokaiAdmin.%' and doc.fullName not like 'XWiki.%' and doc.fullName not like '%.WebPreferences' order by doc.date desc", 10))
44 + #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))
45 45   #if($recentDocs.size() > 0)
46 46   <ul class="recent-changes-list">
47 47   #foreach($docName in $recentDocs)