📄 detail_nav_links.inc
字号:
<!------------------- REPLY TO LINK ---------------------->
<b><a href='compose_message.jsp?to=<%= replyTo %>&subject=Re: <%= subject %>'>Reply</a></b> |
<!------------------- NAVIGATION LINKS (PREV | NEXT) ---------------------->
<%
if (messageNum > 1) {
%>
<a href="controller?action=view_message_detail&message_num=<%= messageNum - 1 %>&max=<%= max %>"><b>Prev</b></a> |
<%
} else {
%>
Prev |
<%
}
%>
<%
if (messageNum < max) {
%>
<a href="controller?action=view_message_detail&message_num=<%= messageNum + 1 %>&max=<%= max %>"><b>Next</b></a>
<%
} else {
%>
Next
<%
}
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -