student.dwt.jsp

来自「这是一个用Struts+Hibernate+Tomcat5.5.9实现的一个“课」· JSP 代码 · 共 61 行

JSP
61
字号
<%@page contentType="text/html; charset=gb2312" language="java"  errorPage="errorpage.jsp"%>
<html>
<!-- DW6 -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<!-- TemplateBeginEditable name="doctitle" -->
<title>Untitled Document</title>
<!-- TemplateEndEditable --><link rel="stylesheet" href="../2col_leftNav.css" type="text/css">
<!-- TemplateBeginEditable name="head" --><!-- TemplateEndEditable -->
</head>
<!-- The structure of this file is exactly the same as 2col_rightNav.html;
     the only difference between the two is the stylesheet they use -->
<body> 
<%
  String username = (String) session.getAttribute("username");
  if(username==null){response.sendRedirect("index.jsp");}
%>
<div id="masthead"> 
  <h1 id="siteName">&nbsp;</h1> 
  <div id="globalNav"> 
    <a href="#">global link</a> | <a href="#">global link</a> | <a href="#">global
    link</a> | <a href="#">global link</a> | <a href="#">global link</a> | <a href="#">global
    link</a> | <a href="#">global link</a> 
  </div> 
</div> 
<!-- end masthead --> 
<div id="content"> 
  <div class="feature"><!-- TemplateBeginEditable name="EditRegion1" -->
    <p>&nbsp;</p>
  <!-- TemplateEndEditable --> 
  </div> 
</div> 
<!--end content --> 
<div id="navBar"> 
  <div id="search"> 
    <form action="#"> 
      <label>search</label> 
      <input name="searchFor" type="text" size="15"> 
      <input name="goButton" type="submit" value="go"> 
    </form> 
  </div> 
  <div id="sectionLinks"> 
    <ul> 
      <li><a href="../select_course.jsp">选修课程</a></li> 
      <li><a href="../mygrade.jsp">查看成绩</a></li> 
      <li><a href="../edit_infor.jsp">修改信息</a></li> 
      <li><a href="../logoff.do">退出</a></li> 
    </ul> 
  </div>
  <div id="headlines"></div> 
</div> 
<!--end navbar --> 
<div id="siteInfo">  
  <div align="center"><a href="#">About Us</a> | <a href="#">Site
    Map</a> | <a href="#">Privacy Policy</a> | <a href="#">Contact Us</a> | &copy;2005
    By Luo </div>
</div> 
<br> 
</body>
</html>

⌨️ 快捷键说明

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