Last modified by Super Admin on 2026/04/05 18:59

From version Icon 31.1 Icon
edited by Super Admin
on 2026/03/10 13:42
Change comment: There is no comment for this version
To version Icon 30.1 Icon
edited by Super Admin
on 2026/03/10 13:33
Change comment: There is no comment for this version

Summary

Details

Icon Page properties
Content
... ... @@ -260,6 +260,7 @@
260 260   #elseif($authorUserStatus == 'transferred')
261 261   <span class="badge badge-status-transferred"><svg class="ico" viewBox="0 0 24 24"><polyline points="23 4 23 10 17 10"/><polyline points="1 20 1 14 7 14"/><path d="M3.51 9a9 9 0 0114.85-3.36L23 10M1 14l4.64 4.36A9 9 0 0020.49 15"/></svg> 転校済み</span>
262 262   #end
263 + <span class="badge-info">最終編集: $!escapetool.xml($authorDisplayName) ($xwiki.formatDate($doc.date, "yyyy/MM/dd"))</span>
263 263   ## 編集ボタン(権限があるユーザーのみ表示)
264 264   #set($canEditSchool = false)
265 265   #if(!$isGuest && ($isViewerAdmin || $viewerSchoolCode == $schoolCode))