📄 dxx.php
字号:
<?php session_start();include("../conn.php");?>
<?php if($username==""&&$password==""){
echo "你还未登录,无权使用此功能!!";
echo "<meta http-equiv=\"Refresh\" content=\"2;url=../index.php\">";
} else
{?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>短消息</title>
</head>
<style type="text/css">
<!--
a:link {
color: #FF0000;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #000000;
}
a:hover {
text-decoration: none;
color: #FF0000;
}
a:active {
text-decoration: none;
color: #000000;
}
.style1 {
font-size: 13px;
font-family: "宋体";
font-weight: normal;
}
.style2 {
font-size: 14px;
font-family: "宋体";
}
.style3 {
font-size: 12px;
font-family: "宋体";
font-weight: normal;
}
.style4{
font-size:16px;
font-family:"宋体";
color:#000000;
}
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-color: #EFF3FF;
}
td{
font-size:9pt;
}
-->
</style>
<body>
<table width="776" border="0" align="center">
<tr>
<td colspan="2" align="center" valign="bottom"><?php include("head.php");?></td>
</tr>
<tr>
<td>
<table width="776" border="0" align="center" cellpadding="0" cellspacing="0" background="../image/555.gif">
<tr>
<td width="15"> </td>
<td width="760" height="30"> == 短消息 == </td>
</tr>
</table>
</td>
</tr>
</table>
<table width="776" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td align="center" valign="top" background="../image/zc1.gif"> </td>
<td align="center" valign="top"> </td>
<td background="../image/zc2.gif"> </td>
<td align="center" valign="top"> </td>
<td align="center" valign="top" background="../image/zc3.gif"> </td>
</tr>
<tr>
<td width="10" align="center" valign="top" background="../image/zc1.gif"> </td>
<td width="224" align="center" valign="top">
<table width="88%" border="0" align="center">
<tr><td><span class="style2"> <a href="dxx.php?xx=<?php echo urlencode(写消息);?>">写消息</a></span></td></tr>
<tr><td><span class="style2"> <a href="dxx.php?xx=<?php echo urlencode(发件箱);?>">发件箱</a></span></td></tr>
<tr><td><span class="style2"> <a href="dxx.php?xx=<?php echo urlencode(收件箱);?>">收件箱</a></span></td></tr>
<tr><td><span class="style2"> <a href="dxx.php?xx=<?php echo urlencode(草稿箱);?>">草稿箱</a></span></td></tr>
</table></td>
<td width="10" background="../image/zc2.gif"> </td>
<td width="522" align="center" valign="top">
<table width="522" border="0">
<tr><td align="left" width="100"><span class="style2"> <a href="dxx.php?xx=<?php echo urlencode(写消息);?>">写消息</a></span></td>
<td align="left" width="100"><span class="style2"> <a href="dxx.php?xx=<?php echo urlencode(发件箱);?>">发件箱</a></span></td>
<td align="left" width="100"><span class="style2"> <a href="dxx.php?xx=<?php echo urlencode(收件箱);?>">收件箱</a></span></td>
<td align="left" width="100"><span class="style2"> <a href="dxx.php?xx=<?php echo urlencode(草稿箱);?>">草稿箱</a></span></td>
<td> </td></tr>
<tr>
<td colspan="5">
<?php switch($xx){
case "写消息":
include "fxx.php";
break;
case "发件箱":
include "fjx.php";
break;
case "收件箱":
include "sjx.php";
break;
case "草稿箱":
include "cgx.php";
break;
case "":
include "sjx.php";
break;
}
?>
</td>
</tr>
</table>
</td>
<td width="10" align="center" valign="top" background="../image/zc3.gif"> </td>
</tr>
<tr >
<td height="5" colspan="5" background="../image/zc5.gif"> </td>
</tr>
<tr>
<td colspan="5"><?php include"under.php"?></td></tr>
</table>
<?Php }?>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -