theme.php

来自「开源MARC数据处理」· PHP 代码 · 共 35 行

PHP
35
字号
<?php function OpenTable() {        echo "<table width=\"100%\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\" bgcolor=\"#ffffff\"><tr><td>\n";    echo "<table width=\"100%\" border=\"0\" cellspacing=\"1\" cellpadding=\"8\" bgcolor=\"#ffffff\"><tr><td>\n";}function CloseTable() {    echo "</td></tr></table></td></tr></table>\n";}function themeheader() {	    include("themes/Ateneo/javascripts.php");    echo "</head>\n"        ."<body>\n";    echo'<SCRIPT language=JavaScript1.2>mmLoadMenus();</SCRIPT>';        		include("themes/Ateneo/header.html");		include("themes/Ateneo/links.php");}function themefooter() {           		        include("themes/Ateneo/footer.html");		}?>

⌨️ 快捷键说明

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