📄 blockbottom.asp
字号:
<div class="themebar">
<div class="themebar-text">
<form action="page.asp" method="post" name="form3">
<% If block=0 Then %>
[ 留言区 ]
<% Else %>
[ 主题区 ]
<% End If %>
<%
PageCount=DividePage(PageSize,RecordCount)(2)
PageNo=DividePage(PageSize,RecordCount)(3)
%>
<% If PageNo<PageCount then %>
<% If mode=7 Or block=0 Then %>
<a href="<% =page_name %>?mode=7&PageNo=<% =PageNo+1 %>"> 下一页 </a>
<% ElseIf block<>0 Then %>
<a href="<% =page_name %>?block=<% =block %>&theme=<% =theme %>&PageNo=<% =PageNo+1 %>"> 下一页 </a>
<% End If %>
<% End If %>
第<% =PageNo %>页
<% If PageNo>1 then %>
<% If mode=7 Or block=0 Then %>
<a href="<% =page_name %>?mode=7&PageNo=<% =PageNo-1 %>"> 上一页 </a>
<% ElseIf block<>0 Then %>
<a href="<% =page_name %>?block=<% =block %>&theme=<% =theme %>&PageNo=<% =PageNo-1 %>"> 上一页 </a>
<% End If %>
<% End If %>
| 转到
<select name="pageNo" size="1" class="selectframe" onchange="window.location=form3.pageNo.options[form3.pageNo.selectedIndex].value">
<% For n=1 to PageCount %>
<% If block<>0 Then %>
<% If n=PageNo Then %>
<option selected value="page.asp?PageNo=<% =n %>&block=<% =block %>&theme=<% =theme %>">第<% =n %>页</option>
<% Else %>
<option value="page.asp?PageNo=<% =n %>&block=<% =block %>&theme=<% =theme %>">第<% =n %>页</option>
<% End If %>
<% Else %>
<% If n=PageNo Then %>
<option selected value="page.asp?PageNo=<% =n %>&mode=7">第<% =n %>页</option>
<% Else %>
<option value="page.asp?PageNo=<% =n %>&mode=7">第<% =n %>页</option>
<% End If %>
<% End If %>
<% Next %>
</select>
| <a href="#">Top ↑</a> | <a title="Simple涂乌板2" href="http://sp2.itmss.cn/" target="_blank"><img src="images/favicon/favicon.gif" alt="" align="top" border="0"></a> 版本:<% =sp_version %> 主题:<% =css %>
</form>
</div>
</div>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -