?? seview.jsp
字號:
<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html> <head> <title>消息詳細(xì)內(nèi)容</title> <link href="../../css/style.css" rel="stylesheet" type="text/css"> </head> <body> <form action="result_Flow.htm" method="post" name="form1"> <table width="70%" border="0" style="margin-top:20px;" align="center" cellpadding="0" cellspacing="0"> <tr> <td colspan="3"> <table cellpadding="0" cellspacing="0" width="100%" height="62"> <tr> <td background="../../images/tab01.gif" width="309" valign="top"> <div class="tabhead"> 消息詳細(xì)內(nèi)容 </div> </td> <td valign="bottom"> <table cellpadding="0" cellspacing="0" width="100%"> <tr> <td background="../../images/topcenter.gif" width="100%" valign="top" align="right" style='padding:2px 0 0 0px;'> </td> <td><img src="../../images/topright.gif"></td> </tr> </table> </td> </tr> </table> </td> </tr> <tr> <td background="../../images/centerleft.gif"></td> <td width="100%"> <table width="98%" bgcolor="#cccccc" border="0" style="margin:10px 0;" cellspacing="1" cellpadding="10" align="center"> <tr> <td bgcolor="#eeeeee" align="center" width="20%"> 收件人: </td> <td bgcolor="#ffffff" class="fontblue"> ${sessionScope.messageSe.receiver} </td> </tr> <tr> <td bgcolor="#eeeeee" align="center" width="20%"> 主 題: </td> <td bgcolor="#ffffff" class="fontblue"> ${sessionScope.messageSe.title} </td> </tr> <tr> <td bgcolor="#eeeeee" align="center" width="20%"> 消息內(nèi)容: </td> <td bgcolor="#ffffff" class="fontblue" height="150"> ${sessionScope.messageSe.content} </td> </tr> <tr> <td colspan="2" align="center" bgcolor="#dddddd"> <input type="button" value="返回" onclick="back()" /> </td> </tr> </table> </td> <td background="../../images/centeright.gif" ></td> </tr> <tr> <td> <img src="../../images/bottomleft.gif"> </td> <td background="../../images/bottomcenter.gif"></td> <td> <img src="../../images/bottomright.gif"> </td> </tr> </table> </form> </body></html>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -