📄 index.php
字号:
<!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=gb2312" />
<title>留言本</title>
<style type="text/css">
<!--
body {
background-color: #333333;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
body,td,th {
font-family: 宋体;
font-size: 12px;
color: #333333;
}
a:visited {
color: #000000;
text-decoration: none;
}
a:active {
color: #000000;
text-decoration: none;
}
.STYLE1 {color: #000000}
.STYLE2 {font-family: "宋体"}
.STYLE3 {color: #FFFFFF}
.STYLE4 {
font-size: 16px;
font-weight: bold;
}
.STYLE5 {color: #666666}
.STYLE9 {font-size: 14px}
a:link {
text-decoration: none;
}
a:hover {
text-decoration: none;
}
.STYLE10 {
font-size: 18px;
color: #FFFFFF;
}
-->
</style>
<script type="text/JavaScript">
<!--
function MM_preloadImages() { //v3.0
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
function MM_swapImgRestore() { //v3.0
var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}
function MM_findObj(n, d) { //v4.01
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
if(!x && d.getElementById) x=d.getElementById(n); return x;
}
function MM_swapImage() { //v3.0
var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
//-->
</script>
</head>
<body onload="MM_preloadImages('images/menu02a.gif','images/menu03a.gif','images/menu04a.gif','images/menu05a.gif','images/menu06a.gif','images/menu07a.gif','images/menu08a.gif','images/menu09a.gif','images/menu10a.gif')">
<TABLE width="800" border=0 align=center cellPadding=0 cellSpacing=0 bgColor=#ffffff>
<TBODY>
<TR>
<TD colSpan=2 align=middle vAlign=top><IMG height=1
src="lybimages/dot.gif" width=1> <table width="100%" border="1" cellspacing="0" bordercolor="#878F88">
<tr>
<td width="21%" height="194" align="center" valign="top" bgcolor="#878F88">
<? include "left_login.php" ?>
</td>
<td width="34%" valign="top"><p align="left"><span class="STYLE2">您的位置-</span>>-><span class="STYLE2">
STS留言板 </span> </p>
<? include "list.php" ?>
<p align="center"> </p>
<form id="form1" name="form1" method="post" action="write.php">
<table width="95%" border="1" align="center" cellpadding="0" cellspacing="0" bordercolor="#878F88">
<tr bgcolor="#FFFFFF">
<td colspan="2" align="left" nowrap="nowrap"><div align="center" class="STYLE4">----------<span class="STYLE5">请您留言</span>----------</div></td>
</tr>
<tr>
<td colspan="2" align="left" nowrap="nowrap" bgcolor="#878F88">姓名:
<input name="name" type="text" id="name" size="10" />
来自:
<input name="from" type="text" id="from" size="10" />
联系方式:
<input name="link" type="text" id="link" size="40" /></td>
</tr>
<tr>
<td colspan="2" align="left" nowrap="nowrap" bgcolor="#878F88">留言主题:
<input name="topic" type="text" id="topic" size="50" />
是否隐藏(仅管理员可见)
<input name="hide" type="checkbox" id="hide" value="1" /></td>
</tr>
<tr bgcolor="#FFFFFF">
<td colspan="2" align="left" nowrap="nowrap"><textarea name="text" cols="85" rows="8" id="text"></textarea></td>
</tr>
</table>
<p align="center">
<input type="submit" name="Submit" value="提交留言" />
</p>
</form>
<p> <span class="STYLE2"> </span> </p></td>
</tr>
<tr bgcolor="#ffffff">
<td valign="center" align="middle" bgcolor="#1e4489" colspan="2" height="5"><img
height="1" src="lybimages/dot.gif" width="1" /></td>
</tr>
</table></TD>
</TR>
<TR>
<TD height="30" colSpan=2 align=middle vAlign=top>
<p align="center">powerd by WShuai<br />
connect me by QQ 93000214</p>
</TD>
</TR>
</TBODY>
</TABLE>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -