📄 fronttop.jsp
字号:
<%@ page language="java" contentType="text/html; charset=gb2312"%>
<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%><html> <head> <title>博客-页头</title>
<base href="<%=basePath%>">
<link type="text/css" rel="stylesheet" href="<%=path%>/css/style.css"> </head> <body background="<%=path%>/images/bg.jpg"> <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td background="images/top.jpg">
<table border="0" cellspacing="10" cellpadding="0" style="margin-top:145;margin-left:350">
<tr>
<td class="topTD"><a href="index.jsp" class="topA">博客首页</a> |</td>
<td class="topTD"><a href="front/article/ArticleIndex.jsp" class="topA">我的文章</a> |</td>
<td class="topTD"><a href="PhotoServlet?action=list" class="topA">我的相册</a> |</td>
<td class="topTD"><a href="FriendServlet?action=list" class="topA">我的好友</a> |</td>
<td class="topTD"><a href="WordServlet?action=select" class="topA">给我留言</a> |</td>
<td class="topTD"><a href="LogonServlet?action=islogon" class="topA">管理博客</a></td>
</tr>
</table>
</td>
</tr>
</table> </body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -