themes.php
来自「phpMyAdmin图形界面化操作,我已经配置好了,只要把解要压缩后的文件放到站」· PHP 代码 · 共 46 行
PHP
46 行
<?php/* vim: set expandtab sw=4 ts=4 sts=4: *//** * * @version $Id: themes.php 10239 2007-04-01 09:51:41Z cybot_tm $ *//** * get some globals */require_once './libraries/common.inc.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 + =
减小字号Ctrl + -
显示快捷键?