📄 index.php
字号:
<?php// no direct accessdefined( '_JEXEC' ) or die( 'Restricted access' );?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" dir="<?php echo $this->direction; ?>" > <head> <jdoc:include type="head" /> <link href="template/css/template.css" rel="stylesheet" type="text/css" /> <?php if($this->direction == 'rtl') : ?> <link href="template/css/template_rtl.css" rel="stylesheet" type="text/css" /> <?php endif; ?> <script type="text/javascript" src="../media/system/js/mootools.js"></script> <script type="text/javascript" src="includes/js/installation.js"></script> <script type="text/javascript" src="template/js/validation.js"></script> <script type="text/javascript"> Window.onDomReady(function(){ new Accordion($$('h3.moofx-toggler'), $$('div.moofx-slider'), {onActive: function(toggler, i) { toggler.addClass('moofx-toggler-down'); },onBackground: function(toggler, i) { toggler.removeClass('moofx-toggler-down'); },duration: 300,opacity: false, alwaysHide:true, show: 1}); }); </script> </head> <body> <div id="header1"> <div id="header2"> <div id="header3"> <div id="version"><?php echo JText::_('Version#') ?></div> <span><?php echo JText::_('Installation') ?></span> </div> </div> </div> <div id="content-box"> <div id="content-pad"> <jdoc:include type="installation" /> </div> </div> <div id="footer1"> <div id="footer2"> <div id="footer3"></div> </div> </div> <div id="copyright"><a href="http://www.joomla.org" target="_blank">Joomla!</a> <?php echo JText::_('ISFREESOFTWARE') ?> </div> </body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -