📄 articlebigclass_add.jsp
字号:
<%@ page contentType="text/html; charset=UTF-8" %>
<%@ include file="/view_admin/inc/publictag.jsp" %>
<html>
<head>
<title>articlebigclass_add</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="bigClass_Action" method="post">
<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.bigclass_add"/></strong></td>
</tr>
<tr bgcolor="#E3E3E3">
<td width="126" height="22" bgcolor="#C0C0C0"><div align="right"><strong><bean:message key="Article.bigclass_name"/></strong></div></td>
<td width="218" bgcolor="#E3E3E3"><html:text property="bigclassname" size="20" maxlength="30" styleClass="input"/>
</td>
</tr>
<tr bgcolor="#C0C0C0">
<td height="22" align="center" bgcolor="#C0C0C0"> </td>
<td height="22" align="center" bgcolor="#E3E3E3">
<div align="left">
<input name="method" type="hidden" value="articleBigClassAdd">
<html:submit property="submit" styleClass="btn">
<bean:message key="Article.bigclass.add"/>
</html:submit>
</div>
</td>
</tr>
</table>
</html:form>
</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -