📄 nickpage_navi.tpl
字号:
{strip}
{if isset($smarty.session.UserId) && $smarty.session.UserId != '' && $smarty.session.UserId != $user.id }
<table cellspacing="0" cellpadding="4" border="0" width="100%">
<tr>
<td class="footer" align="center">
{$blog_link}
{if $smarty.session.security.seepictureprofile == 1 or ( $smarty.session.UserId != '' && $smarty.session.UserId == $user.id) }
<a href="#" onClick="javascript:popUpScrollWindow2('userpicgallery.php?id={$user.id}','center',600,600);" class="footerlink">{lang mkey='pic_gallery'}</a>
{assign var=found value=true}
{else if $config.display_all_menu_items == 'Y' or $config.display_all_menu_items == '1'}
<a href="#" onclick="javascript:insufficientPrivileges();" class="footerlink">{lang mkey='pic_gallery'}</a>
{/if}
{if $smarty.session.security.message == 1 && $user.id != $smarty.session.UserId && $user.is_banned == '0'}
{if $found}|{/if} <a href="compose.php?recipient={$user.id}" class="footerlink">{lang mkey='send_mail'}</a>
{assign var=found value=true}
{else if $config.display_all_menu_items == 'Y' or $config.display_all_menu_items == '1'}
| <a href="#" onclick="javascript:insufficientPrivileges();" class="footerlink">{lang mkey='send_mail'}</a>
{assign var=found value=true}
{/if}
{if $smarty.session.security.sendwinks == 1 && $user.is_banned == '0'}
{if $found}|{/if} <a href="#" onclick="javascript:window.location='sendwinks.php?ref_id={$user.id}&rtnurl=showprofile.php';" class="footerlink">{lang mkey='send_wink'}</a>
{assign var=found value=true}
{else if $config.display_all_menu_items == 'Y' or $config.display_all_menu_items == '1'}
| <a href="#" onclick="javascript:insufficientPrivileges();" class="footerlink">{lang mkey='send_wink'}</a>
{assign var=found value=true}
{/if}
{if $smarty.session.security.favouritelist == 1 }
{if $found}|{/if}
<a href="#" onclick="javascript:window.location='buddybanlist.php?act=buddy&ref_id={$user.id}&rtnurl=showprofile.php';" class="footerlink">{lang mkey='addtobuddylist'}</a>
| <a href="#" onclick="javascript:window.location='buddybanlist.php?act=ban&ref_id={$user.id}&rtnurl=showprofile.php';" class="footerlink">{lang mkey='addtobanlist'}</a>
| <a href="#" onclick="javascript:window.location='buddybanlist.php?act=hot&ref_id={$user.id}&rtnurl=showprofile.php';" class="footerlink">{lang mkey='addtohotlist'}</a>
{assign var=found value=true}
{else if $config.display_all_menu_items == 'Y' or $config.display_all_menu_items == '1'}
| <a href="#" onclick="javascript:insufficientPrivileges();" class="footerlink">{lang mkey='addtobuddylist'}</a>
| <a href="#" onclick="javascript:insufficientPrivileges();" class="footerlink">{lang mkey='addtobanlist'}</a>
| <a href="#" onclick="javascript:insufficientPrivileges();" class="footerlink">{lang mkey='addtohotlist'}</a>
{assign var=found value=true}
{/if}
{if $smarty.session.security.saveprofiles == 1 and $in_savedprofiles <= 0 }
{if $found}|{/if}
<a href="#" onclick="javascript:window.location='watchedprofiles.php?act=save&ref_id={$user.id}&rtnurl=showprofile.php';" class="footerlink">{lang mkey='watchedprofiles_1'}</a>
{else if $config.display_all_menu_items == 'Y' or $config.display_all_menu_items == '1'}
| <a href="#" onclick="javascript:insufficientPrivileges();" class="footerlink">{lang mkey='watchedprofiles_1'}</a>
{/if}
</td>
</tr>
</table>
{/if}
{/strip}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -