📄 detail.jsp
字号:
<%@ page language="java" pageEncoding="GBK"%>
<%@ page import="com.xuntian.material.action.quary.QuaryAction"%>
<%@ include file="/jsp/_plugin/taglib.jsp"%>
<html>
<head>
<title>编辑项管部</title>
<xt:style />
<xt:meta />
<xt:js />
</head>
<body>
<div class="page_title">
  你的当前的位置:->
<a href="<%=request.getContextPath()%>/QuaryMsg.do?method=head">信息查询</a> ->
详细信息
</div>
<xt:form action="/QuaryMsg">
<div align="center">
<html:hidden property="msgId" />
<table class="detail_table" border="1" cellspacing="1" cellpadding="3" width="600">
<col style="width:300px;">
<col style="width:100px;">
<col style="width:200px;">
<tr>
<td colspan="3" align="center"><bean:write name="baseInfoMsg" property="msgName" /> </td>
</tr>
<tr>
<td colspan="3"><textarea rows="20" cols="100" readonly>  <bean:write name="baseInfoMsg" property="msgContent" /></textarea></td>
</tr>
<tr>
<td colspan="3">所属栏目:<bean:write name="baseInfoMsg" property="itemName" /> 发布时间:<bean:write name="baseInfoMsg" property="msgDate" /></td>
</tr>
</table>
<table border="0" cellspacing="0" cellpadding="0" width="600" class="button_table">
<tr>
<td><button onclick="javascript:history.back()">返 回</button></td>
</tr>
</table>
</div>
</xt:form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -