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

📄 articlesmallclass_update.jsp

📁 Spring+Struts+Hibernate newManager新闻管理系统
💻 JSP
字号:
<%@ page contentType="text/html; charset=UTF-8" %>
<%@ include file="/view_admin/inc/publictag.jsp" %>
<html>
<head>
<title>articlesmallclass_update</title>
<link href="/News/css/css.css" rel="stylesheet" type="text/css"/>
</head>
<body bgcolor="#ffffff">
  <table width="80%" border="0" cellpadding="0" cellspacing="0">
  <tr>
    <td align="center" valign="top"><br>
      <html:link page="/article_Action.do?method=searchClass"><strong><bean:message key="Article.bigclasstype"/></strong></html:link><br>
        <html:form action="smallClass_Action?method=updateOnlySmallClass">
        <p></p>
        <table width="350" border="0" align="center" cellpadding="0" cellspacing="2" class="border">
          <tr bgcolor="#999999" class="title">
            <td height="25" colspan="2" align="center"><strong><bean:message key="Article.smallclassname_update"/></strong></td>
          </tr>
          <tr class="tdbg">
            <td width="126" height="22" bgcolor="#C0C0C0"><strong><bean:message key="Article.own.bigclasss"/></strong></td>
            <td width="204" bgcolor="#E3E3E3">
              <input type="text" value="${bigclassname}" readonly/>
	    </td>
          </tr>
          <tr class="tdbg">
            <td height="22" bgcolor="#C0C0C0"><strong><bean:message key="Article.smallclassname"/></strong></td>
            <td bgcolor="#E3E3E3">
              <html:text property="smallclassname"/>
            </td>
          </tr>
          <tr class="tdbg">
            <td height="22" align="center" bgcolor="#C0C0C0"></td>
            <td align="center" bgcolor="#E3E3E3">
	      <div align="left">
                <html:submit property="submit" styleClass="btn">
                  <bean:message key="Article.bigclass_update"/>
                </html:submit>
              </div>
	    </td>
          </tr>
        </table>
        <html:hidden property="id"/>
        <input type="hidden" value="${bid}" name="bid"/>
      </html:form>
   </td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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