📄 head.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">
  你的当前的位置:-> 信息查询 -> 请输入查询条件
</div>
<xt:form action="/QuaryMsg">
<div align="center">
<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:select property="itemId" prompt="栏目" width="300" options="search.item"/></td>
</tr>
<tr>
<th>信息标题</th>
<td colspan="3"><xt:text property="msgName" prompt="标题" width="300" maxlength="150" /></td>
</tr>
<tr>
<th>信息内容</th>
<td colspan="3">
<xt:textarea property="msgContent" prompt="内容" cols="46" rows="6"/></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="list"/></td>
<td width="50%"><button onclick="javascript:history.back()">返 回</button></td>
</tr>
</table>
</div>
</xt:form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -