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

📄 title1.php

📁 邮箱加即时聊天
💻 PHP
字号:
<html>
<head>
<title>短消息收发系统</title>
<meta http-equiv="Content-Style-Type" content="text/css">
<LINK HREF="style.css" TYPE="text/css" REL="stylesheet"></head>

<body>
<table width="100%" height="10%"  border="0" cellpadding="0" cellspacing="0" background="moren/rep_1.jpg">
  <tr align="left" valign="top">
    <td height="4" bgcolor="#FFFFFF"><img src="moren/spacer.gif" width="1" height="4"></td>
    <td width="103" bgcolor="#FFFFFF" height="4"><img src="moren/spacer.gif" width="1" height="4"></td>
    <td height="4" bgcolor="#FFFFFF"><img src="moren/spacer.gif" width="1" height="4"></td>
  </tr>
  <tr align="left" valign="top">
    
			
    <td width="85%">
	<table width=100%  border="0" cellspacing="0" cellpadding="0" height="77">
      <tr>
        <td height="77" align="left" valign="top" width=100%><div style="padding-left:3px; padding-top:5px">
          <table width=100% height="65"  border="0" cellpadding="0" cellspacing="0">
            <tr align="left" valign="top">
              <td width="28%" background="haian/top_1a.jpg"><div style="padding-left:71px; padding-top:38px"><span class="style3">
				提供最好的信息收发服务!</span></div></td>
              <td background="haian/top_23.jpg" width="420"><div style="padding-left:420px; padding-top:3px">
                <table width="173" height="37"  border="0" cellpadding="0" cellspacing="0">
                <tr align="left" valign="top">
                 <td width="72"  style="background-repeat:no-repeat; background-position:top left "><div style="padding-left:5px; padding-top:23px"><table width="65"  border="0" cellspacing="0" cellpadding="0">
  
</table></div></td>
                    <td width="56" background="moren/div_1.jpg" style="background-repeat:no-repeat; background-position:top left "><div style="padding-left:5px; padding-top:23px">
                      <table width="45"  border="0" cellspacing="0" cellpadding="0">
                        <tr align="left" valign="middle">
                          <td width="14"><img src="moren/point_1.jpg"></td>
                          <td><a href="about_us.html" class="style1" target="right">
							关于我们</a></td>
                        </tr>
                      </table>
                    </div></td>
                    <td background="moren/div_1.jpg" style="background-repeat:no-repeat; background-position:top left "><div style="padding-left:5px; padding-top:23px">
                      <table width="34"  border="0" cellspacing="0" cellpadding="0">
                        <tr align="left" valign="middle">
                          <td width="14"><img src="moren/point_1.jpg"></td>
                          <td><a href="faq.html" class="style1" target="right">
							FAQ</a></td>
                        </tr>
                      </table>
                    </div></td>
                  </tr>
                </table>
                </div></td>
            </tr>
          </table>
          </div></td>
      </tr>
      </table></td>
    <td width=15% height=10%><span class="style17"><div style="padding-left:10px; padding-top:25px" id="Clock"><br>
	<script>
	function tick()
        {
       	 	var year,month,day,hours,minutes,seconds,ap;
		var intYear,intMonth,intDay,intHours,intMinutes,intSeconds;
		var today;
		today=new Date();
		intYear=today.getYear();
		intMonth=today.getMonth()+1;
		intDay=today.getDate();
		intHours=today.getHours();
		intMinutes=today.getMinutes();
		intSeconds=today.getSeconds();
		//获取系统时间的小时数
		
		hours=intHours+":";
		if(intHours>=0&&intHours<=4)
		{
			ap="凌晨";
		}
		else if(intHours>4&&intHours<=8)
		{
			ap="早晨";
		}
		else if(intHours>8&&intHours<12)
		{
			ap="上午";
		}
		else if(intHours==12 || intHours==13)
		{
			ap="中午";
		}
		else if(intHours > 13 && intHours < 18)
		{
			ap="下午";
		} else
			ap="晚上";
		//获取系统时间的分数
		if(intMinutes<10)
		{
			minutes="0"+intMinutes+":";
		}
		else
			minutes=intMinutes+":";
		//获取系统时间的秒数
		if(intSeconds<10)
			seconds="0"+intSeconds+" ";
		else
			seconds=intSeconds+" ";
		timeString=intYear+"年"+intMonth+"月"+intDay+"日<br>"+ap+hours+minutes+seconds;
		Clock.innerHTML=timeString;
		//每隔0.1秒钟执行一次tick函数
		window.setTimeout("tick()",100);
	}
window.onload=tick;
</script>		
	</span></td>
  </tr>
  </table>
</body>
</html>

⌨️ 快捷键说明

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