<!--{template header}-->
<!--{eval
//ÊÇ·ñºÃÓÑ
$space['isfriend'] = $space['self'];
if(in_array($_SGLOBAL['supe_uid'], $space['friends'])) {
$space['isfriend'] = 1;//ÊǺÃÓÑ
}
}-->
<div class="c_form">
<h2 class="l_status title">
<!--{if $_SGLOBAL['realname_privacy']}-->
{$_SN[$space[uid]]} is trusted User, Sorry you need to verify your real name after that you can access!
<!--{else}-->
Due to privace setting from {$_SN[$space[uid]]}. You don not have access. Add him as friend to access!
<!--{/if}-->
</h2>
<div class="thumb_list">
<table cellpadding="0" cellspacing="0">
<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=$space[uid]"><!--{avatar($space[uid],big)}--></a>
</div></div></div></div>
</td>
<td>
<h6><a href="space.php?uid=$space[uid]">{$_SN[$space[uid]]}</a></h6>
<p class="l_status">
<a href="space.php?uid=$space[uid]&do=friend">Friends List</a>
<!--{if $space['isfriend']}-->
<span class="pipe">|</span><a href="cp.php?ac=friend&op=ignore&uid=$space[uid]" id="a_ignore" onclick="ajaxmenu(event, this.id)">Ignore</a>
<!--{else}-->
<span class="pipe">|</span><a href="cp.php?ac=friend&op=add&uid=$space[uid]" id="a_friend" onclick="ajaxmenu(event, this.id, 1)">Add as Friend</a>
<!--{/if}-->
<span class="pipe">|</span><a href="cp.php?ac=poke&op=send&uid=$space[uid]" id="a_poke" onclick="ajaxmenu(event, this.id, 1)">Poke</a>
<span class="pipe">|</span><a href="cp.php?ac=pm&uid=$space[uid]" id="a_pm" onclick="ajaxmenu(event, this.id, 1)">PM</a>
<span class="pipe">|</span><a href="cp.php?ac=common&op=report&idtype=uid&id=$space[uid]" id="a_report" onclick="ajaxmenu(event, this.id, 1)">Abuse</a>
<!--{if checkperm('managename')||checkperm('managespacegroup')||checkperm('managespaceinfo')||checkperm('managespacecredit')||checkperm('managespacenote')}-->
<span class="pipe">|</span><a id="a_manage" href="admincp.php?ac=space&op=manage&uid=$space[uid]">Manage</a>
<!--{/if}-->
</p>
<!--{if $space[note]}-->
<p>$space[note]</p>
<!--{/if}-->
<!--{if $space[resideprovince] || $space[residecity]}-->
<p><span class="gray">Location: </span>$space[resideprovince] $space[residecity]</p>
<!--{/if}-->
<!--{if !$space['isfriend']}-->
<p style="padding:20px 0 0 0;font-weight:bold;">{$_SN[$space[uid]]} Has $space[friendnum] friends, $space[credit] points and $space[viewnum] profile hits</p>
<p>After adding {$_SN[$space[uid]]}, as friend you may may be first to contact {$_SN[$space[uid]]} to request updated information.</p>
<p style="padding:10px 0 0 0;"><a href="cp.php?ac=friend&op=add&uid=$space[uid]" id="a_friend" onclick="ajaxmenu(event, this.id, 1)" class="submit">Add To Friend List</a></p>
<!--{/if}-->
</td>
</tr>
</table>
</div>
</div>
<!--{template footer}-->