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

From version Icon 77.1 Icon
edited by Super Admin
on 2026/03/19 15:12
Change comment: There is no comment for this version
To version Icon 78.1 Icon
edited by Super Admin
on 2026/03/19 15:40
Change comment: There is no comment for this version

Summary

Details

Icon Page properties
Content
... ... @@ -737,13 +737,15 @@
737 737   <div class="activity-thread-header">
738 738   <div class="activity-thread-title">
739 739   <h3 #if($actFeatured == '1')class="featured-title"#end>$!escapetool.xml($!actTitle) #if($actFeatured == '1')<svg class="ico ico-fixed-14 ico-star-offset" viewBox="0 0 24 24" fill="currentColor" stroke="none"><polygon points="12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2"/></svg>#end</h3>
740 - <span class="activity-meta">$!escapetool.xml($!actCommittee) | $!escapetool.xml($!actPeriod) #if($actFY != 'unknown')| $!escapetool.xml($actFY)年度#end</span>
741 - #set($actTagsList = $activity.getValue('tags'))
742 - #if($actTagsList && !$actTagsList.isEmpty())
743 - #foreach($tagItem in $actTagsList)
744 - #if($tagItem && $tagItem.trim() != '')<span class="activity-tag-badge">$escapetool.xml($tagItem)</span>#end
740 + <div class="activity-meta-line">
741 + <span class="activity-meta">$!escapetool.xml($!actCommittee) | $!escapetool.xml($!actPeriod) #if($actFY != 'unknown')| $!escapetool.xml($actFY)年度#end</span>
742 + #set($actTagsList = $activity.getValue('tags'))
743 + #if($actTagsList && !$actTagsList.isEmpty())
744 + #foreach($tagItem in $actTagsList)
745 + #if($tagItem && $tagItem.trim() != '')<span class="activity-tag-badge">$escapetool.xml($tagItem)</span>#end
746 + #end
745 745   #end
746 - #end
748 + </div>
747 747   </div>
748 748   <div class="thread-meta-row">
749 749   <span class="thread-post-count">${reportCount}件の報告 ・ ${commentCount}件のコメント</span>