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

📄 simplepage.jsp

📁 一个基于Java的新闻发布系统
💻 JSP
字号:
<%@ page contentType="text/html;charset=gb2312"%>
<html>
<head>
<title>西安建筑科技大学研究生会</title>
<style type="text/css">
<!--
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
-->
</style>
<link href="css/mypm_style.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
.style1 {color: #FFFFFF}
.style2 {FONT-SIZE: 12pt;color: #FF0000;}
.style3 {FONT-SIZE: 10pt}
.style7 {color: #143F89}
.style12 {color: #000000}
.style13 {color: #FF0000}
.style14 {color: #999999}
-->
</style>
</head>

<body>
<table width="773" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
  <tr><td><%@ include file="top.jsp"%></td></tr>
  <tr>
    <td align="left" valign="top"><table width="773" border="0" cellspacing="0" cellpadding="0">
      <tr align="left" valign="middle">
	    <td height="25" background="images/midlle_fl.jpg"><%@ include file="curStat.jsp"%></td>
      </tr>
      <tr>
        <td height="217" align="left" valign="top"><table width="773" border="1" cellpadding="0" cellspacing="0" bordercolordark="#FFFFFF" bordercolorlight="#003333">
          <tr bgcolor="efefef">
            <td height="25" align="left" valign="middle" bgcolor="efefef">&nbsp;&nbsp;<img src="images/icon_arow_list.gif" width="7" height="7">&nbsp;<%=(String)request.getAttribute("chdmenuName")%></td>
          </tr>
          <tr>
            <td align="center" valign="top" width="90%" nowrap><table border="0" cellpadding="0" cellspacing="0">
              <tr>
                <td height="25" align="left"><table>
				  <tr>
				    <td align="center"><table><tr><td class="style2">&nbsp;<%=""+request.getAttribute("dnetName")%></td></tr></table><hr></td>
                  </tr>
				  <tr>
				    <td align="center"><table><tr><td>&nbsp;<%=""+request.getAttribute("dnetDate")%></td></tr></table></td>
                  </tr>
				  <% String dnetImage = (String)request.getAttribute("dnetImage");
				  if (dnetImage != null && dnetImage.length() > 0) {%>
				  <tr>
				    <td align="center"><table><tr><td>&nbsp;<img src="files/upload/<%=""+request.getAttribute("dnetImage")%>"></td></tr></table></td>
                  </tr>
				  <%}%>

				  <tr>
				    <td align="center" width="770"><table width="90%"><tr><td class="style3"><%=request.getAttribute("dnetContent")%></td></tr></table></td>
                  </tr>	
                </table></td>
              </tr>
            </table>
		   </td>
         </tr>
        </table></td>
        </tr>
    </table></td>
  </tr>
</table>
<table width="100%">
  <tr>
    <td width="100%" height="10" align="center"><%@ include file="bottom.jsp"%></td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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