|
{if LoginUserInfo.code == 1}
{elseif LoginUserInfo.code == 0}
欢迎您登录!
QQ号:${LoginUserInfo.userinfo.user_id}
昵称:${LoginUserInfo.userinfo.user_nick.escapeHTML()}
漂流总积分:${LoginUserInfo.userinfo.bot_rank}
当前停靠站点:${Floater.City[LoginUserInfo.userinfo.bot_city-1]}
当前状态:
{if LoginUserInfo.userinfo.bot_audit >= 1}
漂流中
{elseif LoginUserInfo.userinfo.bot_audit == 0}
资料审核中
{elseif LoginUserInfo.userinfo.bot_audit == -1}
资料审核失败
{/if}
|
{if document.location.pathname != "/floater/mybot.shtml"}

{else}
{/if}
|
{elseif LoginUserInfo.code == -1}
|
${Floater.currentUser}, 欢迎您登录!
|
{/if}
|
|
{if BottlesInfo.offset.page != 1}
第一页
上一页
{/if}
{var pagesPerRange = 6}
{var startPage = parseInt((BottlesInfo.offset.page - 1) / pagesPerRange) * pagesPerRange + 1}
{var endPage = startPage + pagesPerRange - 1}
{if endPage > BottlesInfo.offset.pages}
{var endPage = BottlesInfo.offset.pages}
{/if}
{while startPage <= endPage}
{if startPage == BottlesInfo.offset.page}
${startPage}
{else}
${startPage}
{/if}
{var startPage = startPage+1}
{/while}
{if BottlesInfo.offset.page != BottlesInfo.offset.pages}
下一页
最末页
{/if}
共${BottlesInfo.offset.pages}页
|
|