frame.jsp

来自「在线读书交流平台」· JSP 代码 · 共 48 行

JSP
48
字号
<%@ page contentType="text/html;charset=UTF-8" language="java"%>
<%@ taglib prefix="s" uri="/struts-tags"  %>
<%@ page import="com.olr.util.Constants"%>
<%@ taglib uri="http://www.opensymphony.com/sitemesh/decorator"
	prefix="decorator"%>

<html>
<head>
<title>Cofly - <decorator:title default="Welcome!" /></title>
<link rel="stylesheet" type="text/css" href="styles.css">

<decorator:head />
</head>

<body >
<div align="center">
<table width="100%" height="600">
	<tr>
		<td align="center" background="images/index_r1_c1.jpg" height="100">&nbsp;</td>
		
	</tr>
	<tr><td align="center">
	 <a href="index.do">首  页</a>
	 <a href="lead.do">用户登录</a>
     <a href="logout.do">用户注销</a>
     <a href="register!init.do">用户注册</a>
     <a href="searchIndex.do">书籍搜索</a>
      <a href="bookBase!init.do">书库一览</a>
         <a href="forum!clubIndex.do">有个论坛</a>
     <a href="visit.do?spaceOwnerName=<%=session.getAttribute("username") %>">我的空间</a></td></tr>
	<tr>
		<td>
		<hr>
		</td>
	</tr>
	<tr height="500">
		<td align="left" valign="top" colspan="2"><decorator:body /></td>
	</tr>
</table>
<hr>
<table  background="images/index_footer.jpg" width="100%" height="100">
<tr align="center"><td><b>copyright©2007-2008Cofly All Rights Reserved</b></td></tr>
<tr align="center"><td><b>技术支持:06教科cofly团队</b></td></tr>
</table>
</div>
</body>
</html>

⌨️ 快捷键说明

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