look_siglepcard.jsp

来自「《struts应用开发完全手册》中的源代码及安装指导」· JSP 代码 · 共 67 行

JSP
67
字号
<%@ page contentType="text/html; charset=gb2312" language="java" errorPage="" %>
<%@ taglib uri="struts-html" prefix="html" %>

<html>
<head>
<html:base/>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>添加公告</title>
</head>
<body>
<center>
<table width=967 border=1 cellpadding="0" cellspacing="0" bordercolor=gray bordercolorlight=gray bordercolordark=white>
<tr>
<td colspan=2 align=center height=100 vliagn=top>
  <table border="0" cellpadding="0" cellspacing="0">
    <tr>
     <td><jsp:include page="/top.jsp"/></td>
    </tr>
  </table>
</td>
</tr>
<tr>
<td width=100>
  <table border="0" cellpadding="0" cellspacing="0">
   <tr>
    <td><jsp:include page="/side.jsp"/></td>
   </tr>
  </table>
</td>
<td align="center" valign="top" width=900 background="<%=request.getContextPath()%>/image/right_round.jpg">
  <br>
  <br>
  <table  border="1" cellspacing="-1" cellpadding="2" bordercolor=black bordercolorlight=black bordercolordark=white>
      <tr align="center" bgcolor="#DFE5F5">
        <td height="25" colspan="2"><strong>查看公告</strong></td>
      </tr>
      <html:form action="/pcard/pcard_sigle_look.do">
      <tr>
        <td height="25" align="right" bgcolor="#DFE5F5" width="20%"> 主题:</td>
        <td height="30"><html:text property="subject" style="border:0" size="45" readonly="true"/></td>
      </tr>
      <tr>
        <td height="25" align="right" bgcolor="#DFE5F5"> 公布人:</td>
        <td height="30"><html:text property="author" style="border:0" size="45" readonly="true"/></td>
      </tr>
      <tr>
        <td height="25" align="right" bgcolor="#DFE5F5"> 公布时间:</td>
        <td height="30"><html:text property="time" style="border:0" size="45" readonly="true"/></td>
      </tr>
      <tr>
        <td rowspan="2" align="right" bgcolor="#DFE5F5"> 内容:</td>
        <td align="left" valign="baseline"><html:textarea property="content" cols="53" rows="8" style="border:0" readonly="true"/>
        </td>
      </tr>
      </html:form>
    </table>
    <table><tr height="30"><td align="center"><a href="<%=request.getContextPath()%>/pcard/pcard_look.do?page=<%=session.getAttribute("currentpage")%>">[返回]</a></td></tr></table>      
  </td>
  </tr>
  <tr>
    <td colspan="2"><jsp:include page="/end.jsp"/></td>
  </tr>
</table>
</center>
</body>
</html>

⌨️ 快捷键说明

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