📄 characterclassedit.jsp
字号:
<%@ page contentType="text/html; charset=gb2312"%>
<%@ page import="java.sql.*"%>
<% request.setCharacterEncoding("gb2312");%>
<jsp:useBean id="characterclassBean" class="MyFly.Bean.characterclassBean" scope="request"/>
<html>
<head>
<title>修改栏目</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312"><style type="text/css">
<!--
body {
background-color: #799ae1;
}
.style1 {color: #FF0000}
-->
</style></head>
<body>
<p>
<%
String id=request.getParameter("classid");
if(characterclassBean.getNew(Integer.parseInt(id)))
{
%>
</p>
<table width="595" height="7%" border="1" align="center" cellpadding="0" cellspacing="0" bordercolor="#FFFFFF">
<form action="characterclassUpdate.jsp?classid=<%=characterclassBean.getCharacterID()%>" method="post" name="editcolumn" onSubmit = "">
<tr>
<td height="33" align="center"><span class="style1">修改图书类别信息</span></td>
</tr>
<tr>
<td height="68" align="center"><p>新的性质类别名称 :
<input type="text" name="name" size="50" value="<%=characterclassBean.getCharacterName()%>" height="16">
</p>
<p> 新的性质类别信息 :
<input name="content" type="text" value="<%=characterclassBean.getCharacterInfo()%>" size="50"height="16">
</p></td>
</tr>
<tr>
<td height="39" align="center"><input name="button" type="submit" id="button" value="更新"></td>
</tr>
</form>
</table>
<%
}
%>
<p> </p>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -