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

📄 message.jsp

📁 通过http://address2yousite/admin/来管理你的留言薄(http://address2yousite是你的留言薄网址)
💻 JSP
字号:
<%--*****************************************************
*   天地网络--JSP留言薄            www.tiandinet.com    *
*                                                       *
*  你可以使用、修改该软件,但请保留该段文字!           *
*                                                       *
*                                                       *
*                 作者:天地                            *
*                 网址: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">&nbsp;&nbsp;<img src="ima/tiandi.gif" width="32" height="32" border="0">&nbsp;Design&nbsp;by&nbsp;TianDi&nbsp;&nbsp;</td>
  </tr>
  <tr>
    <td height="3" align="right" valign="middle" bgcolor="#EEEEEE"></td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -