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

📄 teacher.dwt.jsp

📁 这是一个用Struts+Hibernate+Tomcat5.5.9实现的一个“课程管理系统”
💻 JSP
字号:
<%@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 tea_id=null;
    tea_id=(String)session.getAttribute("username");
    if(tea_id==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="10">
      <input name="goButton" type="submit" value="go">
    </form>
  </div>
  <div id="sectionLinks">
    <ul>
      <li><a href="../display_student.jsp">我的学生</a></li>
      <li><a href="../public.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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -