与
对话中
×
-
︿
﹀
消息记录加载中...
表情
消息记录
#set($emoNum=0) #foreach($emo in $emoticons) #set($emoNum = $!emoNum + 1)
#end
按Enter键发送消息
在线好友(
#if($!OnlineCount) $!OnlineCount #else 0 #end
)
-
我的好友
最近联系人
#foreach($friend in $Friends) #set($online_Img="$!webPath/resources/style/system/front/default/images/chatting/pic_1.jpg") #if($!userTools.userOnLine("$!friend.toUser.userName")=="false") #set($online_Img="$!webPath/resources/style/system/front/default/images/chatting/pic_2.jpg") #end
#set($img="$!webPath/$!config.memberIcon.path/$!config.memberIcon.name") #if($!friend.toUser.photo) #set($img="$!webPath/$!friend.toUser.photo.path/$!friend.toUser.photo.name") #end
$!friend.toUser.userName #set($unmark= 0 ) #foreach($unread in $unreads) #if($!{unread.user.id}==$!{friend.toUser.id}) #set($unmark = $!unmark + 1) #end #end #if($!unmark!=0)
新消息
#end
#end
#foreach($contact in $Contactings) #set($online_Img="$!webPath/resources/style/system/front/default/images/chatting/pic_1.jpg") #if($!userTools.userOnLine("$!contact.friendUser.userName")=="false") #set($online_Img="$!webPath/resources/style/system/front/default/images/chatting/pic_2.jpg") #end
#set($img="$!webPath/$!config.memberIcon.path/$!config.memberIcon.name") #if($!contact.friendUser.photo) #set($img="$!webPath/$!contact.friendUser.photo.path/$!contact.friendUser.photo.name") #end
$!contact.friendUser.userName #set($unmark= 0 ) #foreach($unread in $unreads) #if($!{unread.user.id}==$!{contact.friendUser.id}) #set($unmark = $!unmark + 1) #end #end #if($!unmark!=0)
新消息
#end
#end
在线好友(#if($!OnlineCount) $!OnlineCount #else 0 #end)