<!--{eval $_TPL['titles'] = array($mtag['tagname'], $mtag['title'], 'Members');}-->
<!--{template header}-->
<h2 class="title">
<img src="image/app/mtag.gif"><a href="space.php?do=mtag&id=$mtag[fieldid]">$mtag[title]</a> -
<a href="space.php?do=mtag&tagid=$mtag[tagid]">$mtag[tagname]</a>
</h2>
<div class="tabs_header">
<ul class="tabs">
<li><a href="space.php?do=mtag&tagid=$mtag[tagid]"><span>Home</span></a></li>
<li><a href="space.php?do=mtag&tagid=$mtag[tagid]&view=list"><span>Discussions</span></a></li>
<li><a href="space.php?do=mtag&tagid=$mtag[tagid]&view=digest"><span>Digest</span></a></li>
<!--{if $eventnum}-->
<li><a href="space.php?do=mtag&tagid=$mtag[tagid]&view=event"><span>Group Events</span></a></li>
<!--{/if}-->
<li class="active"><a href="space.php?do=mtag&tagid=$mtag[tagid]&view=member"><span>Members</span></a></li>
<!--{if $mtag['allowpost']}--><li class="null"><a href="cp.php?ac=thread&tagid=$tagid">Create New Discussion</a></li><!--{/if}-->
</ul>
</div>
<script>
function searchFriend() {
$('searchform').submit();
}
</script>
<div class="h_status">
<form name="searchform" id="searchform" method="get" action="space.php?do=mtag&tagid=$mtag[tagid]&view=member">
<table cellpadding="0" cellspacing="0" width="100%">
<tr>
<td>
Members
<!--{if $mtag[grade]>=8}--><span class="pipe">|</span><a href="cp.php?ac=mtag&op=manage&tagid=$mtag[tagid]&subop=members">Manage</a><!--{/if}-->
</td>
<td align="right">
<table cellspacing="0" cellpadding="0">
<tr>
<td style="padding: 0;"><input type="text" id="key" name="key" value="Search" onfocus="if(this.value=='Search Member')this.value='';" class="t_input" tabindex="1" style="width: 160px; border-right: none;" /></td>
<td style="padding: 0;"><a href="javascript:searchFriend();"><img src="image/search_btn.gif" alt="Search" /></a></td>
</tr>
</table>
</td>
</tr>
</table>
<input type="hidden" name="do" value="mtag">
<input type="hidden" name="tagid" value="$mtag[tagid]">
<input type="hidden" name="view" value="member">
<input type="hidden" name="formhash" value="<!--{eval echo formhash();}-->" /></form>
</div>
<div class="thumb_list">
<!--{if $list}-->
<table cellspacing="6" cellpadding="0">
<!--{loop $list $key $value}-->
<tr>
<td class="thumb <!--{if $ols[$value[uid]]}-->online<!--{/if}-->">
<table cellpadding="4" cellspacing="4">
<tr>
<td class="image">
<div class="ar_r_t"><div class="ar_l_t"><div class="ar_r_b"><div class="ar_l_b">
<a href="space.php?uid=$value[uid]"><!--{avatar($value[uid],big)}--></a>
</div></div></div></div>
</td>
<td>
<h6>
<a href="space.php?uid=$value[uid]">{$_SN[$value[uid]]}</a>
<!--{if $value['videostatus']}-->
<img src="image/videophoto.gif" align="absmiddle"> <span class="gray">Have been certified Via WebCam</span>
<!--{/if}-->
</h6>
<p class="l_status">
<!--{if $mtag[grade]>=8}-->
<a href="cp.php?ac=mtag&op=manage&subop=member&tagid=$mtag[tagid]&uid=$value[uid]" id="a_mod_$key" onclick="ajaxmenu(event, this.id, 1)" class="r_option" style="padding-left:0.5em;">Management</a>
<!--{/if}-->
<span class="r_option gray" id="mtag_member_$value[uid]">
<!--{if $value[grade]==9}-->Grouphome
<!--{elseif $value[grade]==8}-->Admin
<!--{elseif $value[grade]==1}-->Star
<!--{elseif $value[grade]==-1}-->Banned
<!--{elseif $value[grade]==-2}-->Pending<!--{/if}-->
</span>
<a href="cp.php?ac=friend&op=add&uid=$value[uid]" id="a_friend_$key" onclick="ajaxmenu(event, this.id, 1)">Add as Friend</a>
<span class="pipe">|</span><a href="cp.php?ac=pm&uid=$value[uid]" id="a_pm_$key" onclick="ajaxmenu(event, this.id, 1)">Notice</a>
<span class="pipe">|</span><a href="cp.php?ac=poke&op=send&uid=$value[uid]" id="a_poke_$key" onclick="ajaxmenu(event, this.id, 1)">PM</a>
</p>
<!--{if $ols[$value[uid]]}-->
<p><span class="gray">Action:</span><!--{date('d-m H:i',$ols[$value[uid]],1)}--></p>
<!--{/if}-->
<!--{if $value[resideprovince] || $value[residecity]}-->
<p><span class="gray">city£º</span><a href="cp.php?ac=friend&op=search&resideprovince=$value[p]&residecity=&searchmode=1">$value[resideprovince]</a> <a href="cp.php?ac=friend&op=search&resideprovince=$value[p]&residecity=$value[c]&searchmode=1">$value[residecity]</a></p>
<!--{/if}-->
<!--{if $value[note]}-->
<p><span class="gray">Status:</span>$value[note]</p>
<!--{/if}-->
</td>
</tr>
</table>
</td>
</tr>
<!--{/loop}-->
</table>
<!--{else}-->
<div class="c_form">Did not find any record, the membership information can not be found</div>
<!--{/if}-->
</div>
<div class="page">$multi</div>
<!--{template footer}-->