📄 info_look.jsp.svn-base
字号:
<%--function:交流信息详细信息
author:zxh
--%>
<%@ page language="java" import="java.util.*" pageEncoding="GBK"%>
<jsp:directive.page import="com.stframe.form.DataForm"/>
<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%>
<%@ taglib uri="/WEB-INF/tlds/frametag.tld" prefix="by"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<base href="<%=basePath%>">
<title>信息显示</title>
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="expires" content="0">
<meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
<meta http-equiv="description" content="This is my page">
<!--
<link rel="stylesheet" type="text/css" href="styles.css">
-->
<link rel="stylesheet" href="<%=path %>/CSS/style.css" type="text/css">
</head>
<body topmargin="0" leftmargin="0">
<center>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="26" align="center" valign="middle" bgcolor="#66CCFF">
信息显示
</td>
</tr>
</table>
<p></p>
<by:out name="info">
<FORM method="post"
action="<%=path%>/Selevet.do?action=INFO_SAVE">
<table border="1" width="70%" cellspacing="0" cellpadding="0"
bordercolor="#99CCFF" bordercolordark="#FFFFFF" height="233">
<input type="hidden" name="CMD" value="A" />
<input type="hidden" name="ISSUE_DATE" id="ISSUE_DATE" value="" />
<input type="hidden" name="TYPE" id="TYPE" value="0" />
<tr>
<td height="25" width="20%" align="right" bgcolor="#eff0ef">
<strong>标题 </strong>
</td>
<td height="25" width="70%">
${info_TITLE}
</td>
</tr>
<tr>
<td height="25" align="right" bgcolor="#eff0ef">
<strong>发布人 </strong>
</td>
<td height="25">
${info_ISSUE_USER_NAME}
</td>
</tr>
<tr>
<td height="25" align="right" bgcolor="#eff0ef">
<strong>发布时间 </strong>
</td>
<td height="25">
${info_ISSUE_DATE}
</td>
</tr>
<tr>
<td height="250px" align="right" bgcolor="#eff0ef">
<strong>内容 </strong>
</td>
<td height="250px">
${info_CONTENT}
</td>
</tr>
<tr>
<td height="20" colspan="4" align="center">
<strong> <label>
<input type="button" name="btn_exit" id="btn_save" value="返回"
onClick="javascript:{history.back();}" />
</label> </strong>
</td>
</tr>
</table>
</FORM>
</by:out>
</center>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -