Changes for page 生徒会Wiki
Last modified by Super Admin on 2026/04/01 16:27
From version
8.1
edited by Super Admin
on 2026/03/06 15:39
on 2026/03/06 15:39
Change comment:
There is no comment for this version
To version
6.1
edited by Super Admin
on 2026/03/06 09:08
on 2026/03/06 09:08
Change comment:
There is no comment for this version
Summary
Details
- Page properties
-
- Content
-
... ... @@ -45,9 +45,13 @@ 45 45 #foreach($docName in $recentDocs) 46 46 #set($rdoc = $xwiki.getDocument($docName)) 47 47 <li class="recent-changes-item"> 48 - <span class="recent-changes-icon"></span> 49 - <span class="recent-changes-title"><a href="$rdoc.getURL('view')">$!escapetool.xml($rdoc.displayTitle)</a> が更新されました</span> 50 - <span class="recent-changes-meta">$xwiki.formatDate($rdoc.date, 'yyyy/MM/dd HH:mm')</span> 48 + <span class="recent-changes-icon"> 49 + <svg style="width:1em;height:1em;display:inline-block;fill:none;stroke:currentColor;stroke-width:2;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> 50 + </span> 51 + <div> 52 + <div class="recent-changes-title"><a href="$rdoc.getURL('view')">$escapetool.xml($rdoc.displayTitle)</a></div> 53 + <div class="recent-changes-meta">$xwiki.formatDate($rdoc.date, 'yyyy/MM/dd HH:mm')</div> 54 + </div> 51 51 </li> 52 52 #end 53 53 </ul>