⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 default_layout.php

📁 QeePHP v2.1.2116 bulid 090120
💻 PHP
字号:
<!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="en" lang="en">
<head>
<title>WebSetup for QeePHP</title>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<link href="<?php echo url('static/css'); ?>" rel="stylesheet" type="text/css" />
<script type="text/javascript" language="javascript" src="<?php echo url('static/js'); ?>"></script>
</head>
<body>
<div id="page_margins">

  <!-- BEGIN PAGE -->

  <div id="page">

    <!-- BEGIN HEADER -->

    <div id="header">
      <div id="topnav">
      </div>
      <h1>WebSetup for QeePHP</h1>
    </div>

    <!-- END HEADER -->

	<!-- BEGIN NAV -->

    <div id="nav">
      <!-- skiplink anchor: navigation -->
      <a id="navigation" name="navigation"></a>
      <div id="nav_main">
        <?php echo $this->_control('navmain', 'navmain'); ?>
      </div>
    </div>

    <!-- END NAV -->

    <!-- BEGIN MAIN -->

    <div id="main">

      <!-- BEGIN COL1 -->

      <div id="col1">
        <div id="col1_content" class="clearfix">
          <!-- add your content here -->
          <?php echo $this->_control('submenu', 'submenu'); ?>
          <p id="help_text" class="note">
            <?php $this->_block('help'); ?><?php $this->_endblock(); ?>
          </p>
        </div>
      </div>

      <!-- END COL1 -->

      <!-- BEGIN CONTENTS_FOR_LAYOUTS -->

      <?php $this->_block('contents'); ?><?php $this->_endblock(); ?>

      <!-- END CONTENTS_FOR_LAYOUTS -->

      <!-- IE Column Clearing -->
      <div id="ie_clearing"> &#160; </div>
    </div>

    <!-- END MAIN -->

  </div>

  <!-- END PAGE -->

  <!-- BEGIN FOOTER -->

  <div id="footer">
    <p>
      WebSetup for <a href="http://www.qeephp.org/" target="_blank">QeePHP</a> |
      Layout based on <a href="http://www.yaml.de/" target="_blank">YAML</a>
    </p>
  </div>

  <!-- END FOOTER -->

</div>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -