edit.jsp

来自「信息发布 发布系统 动态的菜单 和 信息统计」· JSP 代码 · 共 54 行

JSP
54
字号
<%@ page language="java" pageEncoding="GBK"%>
<%@ include file="/jsp/_plugin/taglib.jsp"%>
<%
String iteName="<a href="+request.getContextPath()+(String)request.getAttribute("ItemName")+"(栏目)</a>";
%>
<html>
<head>
<title>编辑项项管部信息</title>
<xt:style />
<xt:meta />
<xt:js />
</head>

<body>
<div class="page_title">
&nbsp&nbsp你的当前的位置:-><%=iteName%>的信息列表 -> 信息编辑 

</div>
<xt:form action="/BaseInfoMsg">
<div align="center">
<html:hidden property="msgId" />
<html:hidden property="itemId"/>
	<table class="edit_table" border="0" cellspacing="1" cellpadding="3" width="600">
		<col width="100">
		<col width="200">
		<col width="100">
		<col width="200">
		<tr>
			<th>信息标题</th>
			<td colspan="3"><xt:text property="msgName" prompt="标题" nul="false" width="300" maxlength="150"/></td>
		</tr>
		<tr>
			<th>信息内容</th>
			<td colspan="3">
							<html:textarea property="msgContent" rows="15" cols="46"/>
						</td>
		</tr>
		<tr>
			<th>发布时间</th>
			<td colspan="3"><xt:text property="msgDate" prompt="发布时间" type="Date" width="150" maxlength="150"/></td>
		</tr>
	</table>
	<table border="0" cellspacing="0" cellpadding="0" width="600" class="button_table">
		<tr>
			<td width="50%"><xt:submitButton text="保 存" actionMethod="save"/></td>
			<td width="50%"><button onclick="javascript:history.back()">返 回</button></td>
		</tr>
	</table>
	</div>
</xt:form>

</body>
</html>

⌨️ 快捷键说明

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