|
编辑template\\wind\\index.htm
在index.htm搜索 - 最高日:$hposts | <a href="job.php?action=sign">标记已读</a>
复制代码 在下面添加- <strong class="s3"> <script language="javaScript"><!--
- now = new Date(),hour = now.getHours()
- if(hour < 5){document.write("夜深了!蓝雨动力提醒您,熬夜对身体不好哦!")}
- else if (hour < 11){document.write("><早上了!蓝雨动力提醒您,崭新的一天开始了!")}else if (hour < 13){document.write("中午了!蓝雨动力提醒您,休息一下睡个午觉!")}else if (hour < 17){document.write("下午了!蓝雨动力提醒您,提起精神好好工作!")}
- else if (hour < 18){document.write("傍晚了!蓝雨动力提醒您,该是放松的时候了!")}else if (hour < 22){document.write("夜晚了! 蓝雨动力提醒您,听听音乐看看电影!")}
- else if (hour < 24){document.write("深夜了!蓝雨动力提醒您,早睡早起精神好!")}
- // --></script></strong>
复制代码 |
|