Changes for page 学校ページ テンプレート
Last modified by Super Admin on 2026/04/05 18:59
From version
76.1
edited by Super Admin
on 2026/03/19 13:11
on 2026/03/19 13:11
Change comment:
There is no comment for this version
To version
77.1
edited by Super Admin
on 2026/03/19 15:12
on 2026/03/19 15:12
Change comment:
There is no comment for this version
Summary
Details
- Page properties
-
- Content
-
... ... @@ -1038,9 +1038,11 @@ 1038 1038 1039 1039 #if($xcontext.user != "XWiki.XWikiGuest") 1040 1040 <div class="thread-add-post"> 1041 + #if($isSchoolMember || $isViewerAdmin) 1041 1041 <a href="/bin/SeitokaiCode/ActivityPostForm?schoolPage=${doc.fullName}&activityIndex=${actIdx}&schoolCode=$!escapetool.url($schoolCode)&postType=report" class="btn-thread-add"> 1042 1042 + 活動報告を追加 1043 1043 </a> 1045 + #end 1044 1044 <a href="/bin/SeitokaiCode/ActivityPostForm?schoolPage=${doc.fullName}&activityIndex=${actIdx}&schoolCode=$!escapetool.url($schoolCode)&postType=comment" class="btn-thread-comment"> 1045 1045 <svg class="ico" viewBox="0 0 24 24"><path d="M21 15a2 2 0 01-2 2H7l-4 4V5a2 2 0 012-2h14a2 2 0 012 2z"/></svg> コメントを書く 1046 1046 </a>