Page MenuHomeIn-Portal Phabricator

my_friends.tpl
No OneTemporary

File Metadata

Created
Wed, Jun 25, 1:33 PM

my_friends.tpl

<inp:include _template="common/head.tpl" />
<BODY>
<inp:include _Template="common/pagetop.tpl" />
<table width="770" border="0" cellspacing="0" cellpadding="0">
<!-- start content -->
<tr>
<td valign="top" height="100%">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="10000"><img src="img/s.gif" width="1" height="1" alt="" /><br /></td>
<td><img src="img/s.gif" width="1" height="1" alt="" /><br /></td>
<td><img src="img/s.gif" width="200" height="1" alt="" /><br /></td>
</tr>
<tr height="100%">
<td valign="top" class="bott-line">
<!-- path //-->
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="bgr-path"><img src="img/s.gif" width="549" height="1" alt="" /><br /></td>
<!--<td bgcolor="#61b0ec"><img src="img/s.gif" width="1" height="1" alt="" /><br /></td>-->
</tr>
<tr>
<td class="bgr-path">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign="top" width="17"><img src="img/ic_homepath.gif" width="17" height="24" alt="" /><br /></td>
<td class="path">
<a href="<inp:m_template_link _Template="index" _Category=0 />"><inp:m_language _Phrase="lu_home" /></a> >
<A HREF="<inp:m_template_link _template="my_account" />"><inp:m_language _Phrase="lu_myaccount" /></A> > <inp:m_language _Phrase="lu_my_friends" /></td>
<td align="right">
<table border="0" cellspacing="0" cellpadding="0" align="right">
<tr>
<td><img src="<inp:m_lang_field _Field="icon" _default="img/ic_flag.gif"/>" width="18" height="12" alt="" /><br /></td>
<td>&nbsp;</td>
<td class="post-action"><span onclick="showSeg('langmenu',true); "><inp:m_lang_field _Field="LocalName" /></span></td>
<td>&nbsp;&nbsp;</td>
</tr>
</table>
</td>
</tr>
</table>
<inp:include _Template="lang_select/lang_menu.tpl" />
</td>
<!--<td class="bgr-path"><img src="img/s.gif" width="1" height="1" alt="" /><br /></td>-->
</tr>
<tr><td><img src="img/s.gif" width="1" height="1" alt="" /><br /></td></tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="img/s.gif" width="20" height="1" alt="" /><br /></td>
<td valign="top" width="10000" class="bgr-myaccount">
<img src="img/s.gif" width="1" height="5" alt="" /><br />
<!-- page title -->
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<table width="98%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="50"><img src="img/ic_myfriends_big.gif" width="46" height="46" alt="" /><br /></td>
<td>
<h1><inp:m_language _Phrase="lu_my_friends" /></h1>
<span class="statistics"><inp:m_language _Phrase="lu_added_today" />:&nbsp;<span>(<inp:m_friend_count_today />)</span>
</td>
</tr>
</table>
</td>
</tr>
</table><br />
<!-- end page title -->
<table width="98%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="statistics" WIDTH="50%"><h2><inp:m_language _Phrase="lu_online" /> <span>(<inp:m_friend_count _Status="online" />)</span></h2></td>
<td><img src="img/s.gif" width="1" height="1" alt="" /><br /></td>
<td class="statistics" WIDTH="50%"><h2><inp:m_language _Phrase="lu_offline" /> <span>(<inp:m_friend_count _Status="offline" />)</span></h2></td>
</tr>
<tr>
<td colspan="3" class="bgr-updatefill"><img src="img/s.gif" width="1" height="1" alt="" /><br /></td>
</tr>
<tr>
<td colspan="3"><img src="img/s.gif" width="1" height="5" alt="" /><br /></td>
</tr>
<tr>
<td valign="top">
<!-- ONLINE friends -->
<table width="100%" border="0" cellspacing="0" cellpadding="2">
<inp:m_list_friends _Status="online" _ItemTemplate="my_friends/friend_online_element.tpl" />
</table>
<!-- end ONLINE friends -->
</td>
<td><img src="img/s.gif" width="1" height="1" alt="" /><br /></td>
<td valign="top">
<!-- OFFLINE friends -->
<table width="100%" border="0" cellspacing="0" cellpadding="2">
<inp:m_list_friends _Status="offline" _ItemTemplate="my_friends/friend_offline_element.tpl" />
</table>
<!-- end OFFLINE friends -->
</td>
</tr>
<tr>
<td colspan="2"><img src="img/s.gif" width="1" height="5" alt="" /><br /></td>
</tr>
<tr>
<td colspan="3" class="bgr-updatefill"><img src="img/s.gif" width="1" height="1" alt="" /><br /></td>
</tr>
</table>
</TD>
</TR>
</TABLE>
</td>
<!-- white line content/right column //-->
<td><img src="img/s.gif" width="1" height="1" alt="" border="1" /><br /></td>
<!-- white line content/right column \\-->
<!-- right column //-->
<td valign="top" height="100%" class="open-box"><inp:include _template="index/right_limited.tpl" /></td>
<!-- right column \\-->
</tr>
</table>
</td>
</tr>
<!-- end content -->
<inp:include _Template="common/footer.tpl" />
</table>
</body>
</html>

Event Timeline