📄 layout.php
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"><html><head> <title><?php echo $installation_name ?></title> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <link rel="Shortcut Icon" href="favicon.ico" type="image/x-icon" /> <link rel="stylesheet" href="assets/style.css" media="all" /></head><body> <div id="wrapper"> <div id="header"> <h1><?php echo $installation_name ?></h1> <div id="installationDesc"><?php echo clean($installation_description) ?></div> </div> <form action="<?php echo $current_step->getStepUrl() ?>" id="installerForm" method="post"> <?php $this->includeTemplate(get_template_path('__step_errors.php')) ?> <div id="content"><?php echo $content_for_layout ?></div> <?php $this->includeTemplate(get_template_path('__step_controls.php')) ?> <input type="hidden" name="submited" value="submited" /> </form> <div id="footer"> <ul> <li><a href="http://www.projectpier.org/" target="_blank">ProjectPier</a> is provided free of charge under the <a href="http://www.projectpier.org/licence/" target="_blank">Honest Public License.</a></li> <li>If you have problems, check the <a href="http://www.projectpier.org/forum/" target="_blank">support forum</a></ul> </ul> </div> </div></body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -