XE(Rhymix)/변수 응용
게시판 목록에 댓글 작성자와 댓글 내용 보이기
TheStorybook
2022. 7. 15. 19:53
<!-- 코멘트 리스트 시작 -->
<!--@if($module_info->list_replyContent!='N')-->
<!--@if(!($oDocument->isExists() && $grant->view && $module_info->cmtlist_at_boardlist == 'nolist'))-->
<!--@if($document->getCommentCount())-->
<!--@foreach($document->getComments() as $key => $val )-->
<a href="{getUrl('document_srl',$document->document_srl, 'comment_srl', $val->comment_srl)}#comment_{$val->comment_srl}" title="댓글">
{$val->get('user_id')}
<!--@if(!$module_info->subject_cut_size) -->
{cut_str(strip_tags($val->content),20,'...')}
<!--@else-->
{cut_str(strip_tags($val->content),20,'...')}
<!--@end-->
</a>
<!--@end-->
<!--@end-->
<!--@end-->
<!--@end-->
<!-- 코멘트 리스트 끝 -->