fronttop.jsp
来自「使用JAVA编写的博客」· JSP 代码 · 共 30 行
JSP
30 行
<%@ 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 + =
减小字号Ctrl + -
显示快捷键?