?? message.jsp
字號(hào):
<%--*****************************************************
* 天地網(wǎng)絡(luò)--JSP留言薄 www.tiandinet.com *
* *
* 你可以使用、修改該軟件,但請(qǐng)保留該段文字! *
* *
* *
* 作者:天地 *
* 網(wǎng)址:http://www.tiandinet.com *
* 2003年10月 *
*****************************************************--%>
<%
String t = (String)request.getAttribute("title");
String message = (String)request.getAttribute("td_bg_message");
%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title><%=t%></title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">
<!--
BODY {FONT-SIZE: 9pt; LINE-HEIGHT: 11pt; FONT-FAMILY: "Arial", "Helvetica", "sans-serif";
scrollbar-base-color:#EEEEEE;
scrollbar-arrow-color:#FFFFFF;
}
TD {
FONT-SIZE: 9pt; LINE-HEIGHT: 11pt; FONT-FAMILY: "Arial", "Helvetica", "sans-serif"
}
A:visited {
TEXT-DECORATION: none
; color: #000000
}
A:active {
TEXT-DECORATION: underline
; color: #000000
}
A:link {
TEXT-DECORATION: none
; color: #000000
}
A:hover {
TEXT-DECORATION: underline
; color: #000000
}
.bgtable {
border-top: 0px none #000000;
border-right: 1px solid #000000;
border-bottom: 0px none #000000;
border-left: 1px solid #000000;
}
.imageborder {
border-top: 1px solid #000000;
border-right: 0px none #000000;
border-bottom: 1px solid #000000;
border-left: 0px none #000000;
}
-->
</style>
<style type="text/css">
<!--
.topbottom {
border-top-width: 1px;
border-right-width: 0px;
border-bottom-width: 1px;
border-left-width: 0px;
border-top-style: solid;
border-right-style: none;
border-bottom-style: solid;
border-left-style: none;
border-top-color: #000000;
border-bottom-color: #000000;
}
.leftline {
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 1px;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: solid;
border-left-color: #000000;
}
-->
</style>
<style type="text/css">
<!--
.input {
font-family: "Arial", "Helvetica", "sans-serif";
font-size: 12px;
color: #000000;
background-color: #FFFFFF;
border: 1px dotted #000000;
height: 18px;
width: 140px;
}
.textarea {
font-family: "Arial", "Helvetica", "sans-serif";
font-size: 12px;
color: #000000;
background-color: #FFFFFF;
height: 80px;
width: 190px;
border: 1px dotted #000000;
}
-->
</style>
<style type="text/css">
<!--
.button {
font-family: "Arial", "Helvetica", "sans-serif";
font-size: 12px;
color: #000000;
background-color: #FFFFFF;
height: 18px;
width: 35px;
border: 1px dotted #000000;
}
-->
</style>
<style type="text/css">
<!--
.1px4 {
border: 1px dotted #000000;
}
-->
</style>
</head>
<body background="ima/page_bg.gif" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table width="740" height="100%" border="0" align="center" cellpadding="00" cellspacing="0" bgcolor="#FFFFFF" class="bgtable">
<tr>
<td height="86" align="center" valign="middle" bgcolor="#EEEEEE"><img src="ima/title.gif" width="740" height="80" border="0"></td>
</tr>
<tr>
<td align="center" valign="middle"><%=message%></td>
</tr>
<tr>
<td height="3" align="center" valign="top" bgcolor="#EEEEEE"></td>
</tr>
<tr>
<td width="740" height="40" align="right" valign="middle" background="ima/bottom.gif"> <img src="ima/tiandi.gif" width="32" height="32" border="0"> Design by TianDi </td>
</tr>
<tr>
<td height="3" align="right" valign="middle" bgcolor="#EEEEEE"></td>
</tr>
</table>
</body>
</html>
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -