head.jsp

来自「Spring+hibernate学生在线选课系统」· JSP 代码 · 共 71 行

JSP
71
字号
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<%@ page language="java" contentType="text/html; charset=gb2312"%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gbk">
<title>top</title>
<link href="styles/common.css" rel="stylesheet" type="text/css">
<link href="styles/main.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
A:link {
	color: #000080; text-decoration: none;
}
A:visited {
	color: #000080; text-decoration: none;
}
A:hover {
	color: #FF0000; text-decoration: none;
}
A:active {
	color: #000080; text-decoration: none;
}
-->
</style>
</head>

<body>
  <table width="1000" height="110" align="left">
    <tr>
      <td>
		  <img name="banner" src="images/title_bar.png" width="1000" height="84" alt="标题图片">
      </td>
    </tr>
    <tr>
	  <td align="right">
			<table height="28" cellSpacing="0" cellPadding="0" border="0">
                <tr>
                  <td colSpan=2 align="left">
			  	    <img src="images/title_link_top.png" width="400" height="5"></td>
                <tr>
                  <td align="left" valign="top">
			  	    <img src="images/title_link_left.png" width="17" height="23"></td>
                  <td align="left" valign="bottom" background="images/title_link_bg.png" height="23">
				  	<table width="100%" height="23" border="0" cellpadding="0" cellspacing="0">
                        <tr class="top_link">
						  <td width="15"></td>
                          <td width="100">
						  	<a href="latestcourse.do" target="mainFrame">
								选课列表
							</a>
						  </td>
                          <td width="15"></td>
                          <td width="100">
						  	<a href="search.do" target="mainFrame">
								在线搜索
							</a>
						  </td>
                          
                        </tr>
                    </table>
				 </td>
               </tr>
        </table>			
	  </td>
    </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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