Last modified by Super Admin on 2026/03/22 00:39

From version Icon 30.1 Icon
edited by Super Admin
on 2026/03/18 18:45
Change comment: There is no comment for this version
To version Icon 26.1 Icon
edited by Super Admin
on 2026/03/13 16:41
Change comment: There is no comment for this version

Summary

Details

Icon Page properties
Content
... ... @@ -102,7 +102,7 @@
102 102  
103 103  {{html clean="false"}}
104 104  <div class="school-info-card">
105 - <h2><span><svg class="ico" viewBox="0 0 24 24"><path d="M20 21v-2a4 4 0 00-4-4H8a4 4 0 00-4 4v2"/><circle cx="12" cy="7" r="4"/></svg> 公開情報</span></h2>
105 + <h2><svg class="ico" viewBox="0 0 24 24"><path d="M20 21v-2a4 4 0 00-4-4H8a4 4 0 00-4 4v2"/><circle cx="12" cy="7" r="4"/></svg> 公開情報</h2>
106 106   <table class="wiki-table school-info-table">
107 107   <tr><th>表示名</th><td><strong>$profileDisplayName</strong></td></tr>
108 108   <tr><th>アカウント種別</th><td>
... ... @@ -136,6 +136,24 @@
136 136  </div>
137 137  {{/html}}
138 138  
139 +== このユーザーの投稿・編集履歴 ==
140 +
141 +{{velocity}}
142 +#set($query = $services.query.xwql("where doc.author = :author order by doc.date desc").bindValue('author', $targetUser))
143 +#set($query = $query.setLimit(20))
144 +#set($results = $query.execute())
145 +
146 +#if($results.size() > 0)
147 +|=ページ|=日時
148 +#foreach($docName in $results)
149 + #set($actDoc = $xwiki.getDocument($docName))
150 +|[[$actDoc.title>>$docName]]|$datetool.format("yyyy/MM/dd HH:mm", $actDoc.date)
151 +#end
152 +#else
153 +//このユーザーの公開投稿はまだありません。//
154 +#end
155 +{{/velocity}}
156 +
139 139  {{html clean="false"}}
140 140  <div class="info-note info-note-lg" style="margin-top:24px;text-align:center;">
141 141   <svg class="ico" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10"/><line x1="12" y1="16" x2="12" y2="12"/><line x1="12" y1="8" x2="12.01" y2="8"/></svg> 本名・メールアドレス・警告状態などの個人情報は非公開です