?? nt_look.jsp
字號:
<!--function:公告詳細信息
author:zxh
-->
<%@ page language="java" import="java.util.*" pageEncoding="gbk"%>
<%@ page import="com.stframe.form.DataForm"%>
<%@ taglib uri="/WEB-INF/tlds/frametag.tld" prefix="by"%>
<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="<%=path %>/CSS/style.css">
<title>公告詳細信息</title>
</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>
<br>
<by:out name="notice">
<table border="1" width="70%" height="233" cellspacing="0" cellpadding="0" bordercolor="#99CCFF" bordercolordark="#FFFFFF">
<tr>
<td width="20%" height="25" align="right" bgcolor="#eff0ef"><strong>公告標題 </strong></td>
<td width="60%" height="25" align="left" style="word-break:break-all">
${notice_TITLE}
</td>
</tr>
<tr>
<td height="25" align="right" bgcolor="#eff0ef"><strong>發布人員 </strong></td>
<td height="25" align="left" > ${notice_ISSUE_USER_NAME}
</td>
</tr>
<tr>
<td height="25" align="right" bgcolor="#eff0ef"><strong>發布時間 </strong></td>
<td height="25" align="left" > ${notice_ISSUE_DATE}</td>
</tr>
<tr>
<td height="250" align="right" bgcolor="#eff0ef"><strong>公告內容 </strong></td>
<td height="250" align="left" style="word-break:break-all"> ${notice_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>
</by:out>
</center>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -