{include file="inc/header.html"} {include file="inc/group_title.html"}
{function name="nl2br" v=$group_info.memo} {if $user_auth['group']['setmemo'][0] or $user_auth['group']['setmemo'][$group_info['id']]}
{/if}
{if $is_join eq 0} 已有 {$group_info.user_count} 位成员 {else} 已有 {$group_info.user_count} 位成员 ,我是小组成员   退出小组 {/if}
{if $is_join eq 1}   {/if}
{foreach from=$list item=topic}
  • {if $topic.is_best eq 1}
    {/if}
    {function name="show_avatar" uid=$topic.user_id t="small"}

    {if $topic.is_top eq 1} [置顶] {/if} {function name="msubstr" v=$topic.forum_title b=0 e=35}

    {function name="get_user_name" v=$topic.user_id}        {if $topic.last_user_id gt 0} {function name="get_user_name" v=$topic.last_user_id} 在 {function name="pass_date" v=$topic.last_time} 回应了该主题 {/if}

    {$topic.reply_count}
    {function name="pass_date" v=$topic.create_time}
  • {/foreach}
    {$pages}
    本组成员 {$LANG.MORE}
    {if $group_info.user_id gt 0}
    {function name="show_avatar" uid=$group_info.user_id type="small"}
    {function name="get_user_name" value=$group_info.user_id}
    组长
    {/if} {foreach from=$user_list item=user_item}
    {function name="show_avatar" uid=$user_item.id type="small"}
    {function name="get_user_name" value=$user_item.id}
    {if $user_item.type eq 1}管理员{else}组员{/if}
    {/foreach}
    {include file="inc/footer.html"}