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

📄 edit.jsp

📁 信息发布 发布系统 动态的菜单 和 信息统计
💻 JSP
字号:
<%@ page language="java" pageEncoding="GBK"%>
<%@ include file="/jsp/_plugin/taglib.jsp"%>

<html>
<head>
<title>编辑项目</title>
<xt:style />
<xt:meta />
<xt:js />
</head>

<body>
<div class="page_title">
&nbsp&nbsp栏目管理 ->
<a href="<%=request.getContextPath()%>/BaseInfoItem.do?method=list">栏目列表</a> ->
编辑栏目
</div>
<div align="center">
<xt:form action="/BaseInfoItem" actionMethod="save">
<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="itemName" prompt="名称" nul="false" width="400" maxlength="50"/></td>
		</tr>
	</table>
	<table border="0" cellspacing="0" cellpadding="0" width="600" class="button_table">
		<tr>
			<td width="50%"><xt:submitButton text="保 存"/></td>
			<td width="50%"><button onclick="javascript:history.back()">返 回</button></td>
		</tr>
	</table>
</xt:form>
</div>
</body>
</html>

⌨️ 快捷键说明

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