detail.jsp

来自「JPetStore源码」· JSP 代码 · 共 34 行

JSP
34
字号
<%@ include file="../struts/IncludeTop.jsp" %>
<%@ page contentType="text/html" pageEncoding="windows-31J"%>
<%@ taglib prefix="html" uri="http://jakarta.apache.org/struts/tags-html" %>
<html:form action="/shop/fishDetail.do">

<p>
<center>
  <h2>FISH</h2>
  </center>

<TABLE cellpadding=10 cellspacing=0 align=center border=1 bgcolor="#dddddd">
  <tr>
    <td width="160" height="50">Product ID</td>
    <td width="380"><c:out value="${fish.productId}" default = '丂'/></td>
  </tr>
  <tr>
    <td height="48">Name</td>
    <td><c:out value="${fish.name}" default = '丂'/></td>
  </tr>
  <tr>
    <td height="52">Description</td >
    <td><c:out value="${fish.description}" default = '丂'/></td>
  </tr>
  <tr>
    <td height="53" colspan="2">
      <div align="center">&nbsp;&nbsp;
        <input type="button" style="width:65" value="栠傞" onClick="window.location.href('fishBrowse.do?categoryId=notFishBrowse')"/>
        </div>
    </td>
  </tr>
</table>
</html:form>
<%@ include file="../struts/IncludeBottom.jsp" %>

⌨️ 快捷键说明

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