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

📄 themes.php

📁 一个用PHP编写的
💻 PHP
字号:
<?php/* get some globals */require_once('./libraries/common.lib.php');/* Theme Select */$path_to_themes = $cfg['ThemePath'] . '/';/* set language and charset */require_once('./libraries/header_http.inc.php');/* HTML header */$page_title = 'phpMyAdmin - ' . $strTheme;require('./libraries/header_meta_style.inc.php');?><script type="text/javascript" language="javascript">// <![CDATA[function takeThis(what){    if (window.opener && window.opener.document.forms['setTheme'].elements['set_theme']) {        window.opener.document.forms['setTheme'].elements['set_theme'].value = what;        window.opener.document.forms['setTheme'].submit();        self.close();    } else {        alert('<?php echo sprintf($strNoThemeSupport, $cfg['ThemePath']); ?>');        self.close();    }}// ]]></script></head><body id="bodythemes"><h1>phpMyAdmin - <?php echo $strTheme; ?></h1><?php$_SESSION['PMA_Theme_Manager']->printPreviews();?></body></html>

⌨️ 快捷键说明

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