editcatalog.jsp

来自「精通EJB3源码」· JSP 代码 · 共 31 行

JSP
31
字号
<%@ page contentType="text/html;charset=GBK" %>
<%@ include file="/news/top.jsp" %>
<html>
<head>
<title>修改目录</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<f:view>
  <h:form>
  	<h:inputHidden value="#{catalogAction.catalog.catid}"/>   
	  <table width="92%" border="0" cellspacing="1" cellpadding="3" align="center">
	    <tr bgcolor="6f8ac4"> 
	      <td colspan="2" ><font color="#FFFFFF">修改目录:</font></td>
	    </tr>
	    <tr bgcolor="f5f5f5"> 
	      <td width="18%"> <div align="right">目录名称 <font color="#FF0000">*</font> 
	          :</div></td>
	      <td width="82%"><h:inputText value="#{catalogAction.catalog.name}" size="50" maxlength="50"/>
	      </td>
	    </tr>
	    <tr bgcolor="f5f5f5"> 
	      <td colspan="2"> <div align="center"> 
	          <h:commandButton value=" 确 认 " action="#{catalogAction.edit}"/>
	        </div></td>
	    </tr>
	  </table>
      </h:form>
    </f:view>
</body>
</html>

⌨️ 快捷键说明

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