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

📄 complexpage.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/f01.gif" width="12" height="12"> 栏 目 导 航 </td>
            <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 width="200" align="left" valign="top" bgcolor="f3f3f3"><table width="200" border="0" cellpadding="0" cellspacing="0">
            <% String chdmenuID = ""+(String)request.getAttribute("chdmenuID"); %>
            <logic:iterate id="leftmenu" name="leftmenuList">
              <tr>
                <td width="20" align="right" valign="middle"><img src="images/arrow_i.gif" width="3" height="5"></td>
                <td width="178" height="20">&nbsp;&nbsp;<a href="SecondmenuAction.do?menuid=<bean:write name="leftmenu" property="ID"/>&parentid=<bean:write name="leftmenu" property="parentID"/>" class="b">
				<logic:equal name="leftmenu" property="ID" value="<%=chdmenuID%>" >
				  <span class="style13">[<bean:write name="leftmenu" property="menuName"/>]</span>
                </logic:equal>
				<logic:notEqual name="leftmenu" property="ID" value="<%=chdmenuID%>" >
				  [<bean:write name="leftmenu" property="menuName"/>]
                </logic:notEqual>
				</a></td>
              </tr>
              <tr>
                <td align="right" valign="middle" background="images/line_grey_bg.gif"></td>
                <td height="1" background="images/line_grey_bg.gif"></td>
              </tr>
            </logic:iterate>
            </table></td>
            <td width="652" align="center" valign="top"><table width="510" border="0" cellpadding="0" cellspacing="0">
				  <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"><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>
<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 + -