桌面模块样例.php
来自「极限网络智能办公系统 - Office Automation 2.8 100% 」· PHP 代码 · 共 6 行
PHP
6 行
<?php
echo "<tr class=\"TableControl\">\r\n <td class=\"TableHeader\" colspan=2>\r\n \t<img src=\"/images/menu/notify.gif\" WIDTH=\"18\" HEIGHT=\"16\" align=\"absmiddle\">\r\n \t桌面模块样例\r\n </td>\r\n</tr>\r\n<tr class=\"TableData\">\r\n <td colspan=2 height=50>\r\n <marquee style=\"color:#FF6600;\" behavior=scroll scrollamount=2 scrolldelay=100 onmouseover='this.stop()' onmouseout='this.start()' border=0>\r\n 本月优秀员工:张三、李四、王";
echo "五\r\n </marquee>\r\n </td>\r\n</tr>\r\n";
?>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?