📄 bigclassadd.jsp
字号:
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" %>
<%@ include file="/app/inc/taglibs2.jsp"%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title><bean:message key="admin.left.addbgclass"/></title>
</head>
<body>
<table class="tab1" align="center" width="780px" cellSpacing="0" cellPadding="0" >
<tr><td width="20%" valign="top"><%@ include file="adminleft.jsp"%></td>
<td valign="top" width="80%" class="td_l"><br><br><br>
<table class="tab1" align="center" width="60%" align="center" cellSpacing="0" cellPadding="0" >
<html:form action="/manage/AddClassAction.html" method="post">
<logic:equal name="curClass" property="id" value="0">
<input type="hidden" name="action" value="insert">
</logic:equal>
<logic:notEqual name="curClass" property="id" value="0">
<input type="hidden" name="id" value="<bean:write name="curClass" property="id" />">
<input type="hidden" name="action" value="update">
</logic:notEqual>
<tr class="tr_1">
<td colspan="2" align="center" class="td_b" height="28px">
<bean:message key="admin.left.addbgclass"/>
</td></tr>
<tr align="center">
<td class="td_b"><bean:message key="admin.addbgclass.name"/>:</td>
<td class="td_lb"><input type="text" name="name" value="<bean:write name="curClass" property="name" />"></td>
</tr>
<tr>
<td class="td_b" align="center"><bean:message key="admin.addbgclass.isclass"/>:</td>
<td class="td_lb">
<html:select property="isclass" value="<%=request.getAttribute("isclass").toString()%>">
<html:option value="1"><bean:message key="admin.all.yes"/></html:option>
<html:option value="0"><bean:message key="admin.all.no"/></html:option>
</html:select>
</td>
</tr>
<tr align="center">
<td class="td_b"><bean:message key="admin.addbgclass.url"/>:</td>
<td class="td_lb">
<font color="red"><bean:message key="admin.addbgclass.info"/></font><br>
<input type="text" name="url" value="<bean:write name="curClass" property="url"/>" >
</td>
</tr>
<tr align="center">
<td class="td_b"><bean:message key="admin.addbgclass.about"/>:</td>
<td class="td_lb"><input type="text" name="about" value="<bean:write name="curClass" property="about"/>"></td>
</tr>
<tr align="center">
<td colspan="2" align="center">
<input type="submit" value="<bean:message key="all.submit"/>"/>
<html:cancel><bean:message key="all.cancel"/></html:cancel>
</td></tr>
<tr align="center">
<td class="td_t" colspan="2"><font color="red"><html:errors/></font></td>
</tr>
</html:form>
</table>
</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -