layout.php

来自「ProjectPier 源码 很好的项目管理程序」· PHP 代码 · 共 31 行

PHP
31
字号
<!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 + =
减小字号Ctrl + -
显示快捷键?