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

📄 theme.php

📁 开源MARC数据处理
💻 PHP
字号:
<?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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -