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

📄 detail.jsp

📁 信息发布 发布系统 动态的菜单 和 信息统计
💻 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">
&nbsp&nbsp你的当前的位置:->
<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" />&nbsp;</td>
	</tr>
	<tr>
		
		<td colspan="3"><textarea rows="20" cols="100" readonly>&nbsp&nbsp<bean:write name="baseInfoMsg" property="msgContent" /></textarea></td>
	</tr>
	<tr>
		
		<td colspan="3">所属栏目:<bean:write name="baseInfoMsg" property="itemName" />&nbsp;&nbsp;&nbsp;发布时间:<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 + -