📄 default.php
字号:
<?php/* $Id: default.php 1498 2007-03-29 14:04:50Z hpdl $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright (c) 2007 osCommerce This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License v2 (1991) as published by the Free Software Foundation.*/?><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html xmlns="http://www.w3.org/1999/xhtml" dir="<?php echo $osC_Language->getTextDirection(); ?>" xml:lang="<?php echo $osC_Language->getCode(); ?>" lang="<?php echo $osC_Language->getCode(); ?>"><head><meta http-equiv="Content-Type" content="text/html; charset=<?php echo $osC_Language->getCharacterSet(); ?>" /><?php if ($request_type == 'SSL') { echo '<link rel="shortcut icon" href="images/favicon_ssl.ico" type="image/x-icon" />'; } else { echo '<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon" />'; }?><title><?php echo $osC_Language->get('administration_title'); ?></title><link rel="stylesheet" type="text/css" href="templates/default/stylesheet.css"><meta name="Generator" value="osCommerce" /><script language="javascript" src="includes/general.js"></script></head><body><?php if ($osC_Template->hasPageHeader()) { include('templates/default/header.php'); }?><div class="pageContents"> <?php require('templates/pages/' . $osC_Template->getModule() . '/' . $osC_Template->getPageContentsFilename()); ?></div><?php if ($osC_Template->hasPageFooter()) { include('templates/default/footer.php'); }?></body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -