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

📄 view.jsp

📁 JSP华源网校+西部软件JSP版
💻 JSP
字号:
<%@ page contentType="text/html; charset=gb2312" %>
<jsp:useBean id="article" scope="page" class="org.jetic.web.tech.Article" />
<jsp:setProperty name="article" property="articleID" />
<html>
<head>
<title><%= article.getArticleTitle() %> -- 华源网校</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="STYLE.CSS" type="text/css">
<script language="JavaScript">
<!--
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
// -->
</script>
</head>

<body bgcolor="#FFFFFF" text="#000000">
<div id="Layer1" style="position:absolute; width:140; height:25; z-index:1; overflow: visible; left: 65; top: 16"> 
  <table width="100%" border="1" cellspacing="1" cellpadding="2" height="100%" bordercolor="#000000">
    <tr>
      <td align="center" valign="middle" bgcolor="#EEEEEE">华源网校欢迎您!</td>
    </tr>
  </table>
</div>

<div id="Layer2" style="position:absolute; width:450; height:115px; z-index:0; left: 20; top: 35"> 
  <table width="100%" border="1" cellspacing="1" cellpadding="2" bordercolor="#000000">
    <tr>
      <td bgcolor="#EEEEEE" align="center">
        <table width="100%" border="0" cellspacing="0" cellpadding="2">
          <tr>
            <td align="center">
              <b>
                <%= article.getArticleTitle() %>
              </b>
            </td>
          </tr>
        </table>
      </td>
    </tr>
    <tr>
      <td class="content">
        作者:<%= article.getArticleAuthor() %>
        <br>
        时间:<%= article.getArticleTime() %>
        <br>
        <br>
        <%= article.getArticleContent() %>
      </td>
    </tr>
    <tr>
      <td bgcolor="#EEEEEE" align="center">华源网站 版权所有 (2001-2002) &copy;All Rights 
        Reserved GBsource Studio</td>
    </tr>
  </table>
  <p align="center">
    [<a href="discuss.jsp?articleID=<%= article.getArticleID() %>">查看相关讨论</a>]
    &lt;- - -&gt;
    [<a href="javascript:window.close()">关闭窗口</a>]
  </p>
  <p>&nbsp;</p>
</div>
</body>
</html>

⌨️ 快捷键说明

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