mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-17 06:48:59 +08:00
Merge pull request #10797 from muhammadcahya/master
Efficiency CSS on Requirement Checker
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -11,12 +11,11 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="header">
|
<header>
|
||||||
<h1>Yii Application Requirement Checker</h1>
|
<h1>Yii Application Requirement Checker</h1>
|
||||||
</div>
|
</header>
|
||||||
<hr>
|
<hr>
|
||||||
|
<main>
|
||||||
<div class="content">
|
|
||||||
<h3>Description</h3>
|
<h3>Description</h3>
|
||||||
<p>
|
<p>
|
||||||
This script checks if your server configuration meets the requirements
|
This script checks if your server configuration meets the requirements
|
||||||
@@ -67,15 +66,12 @@
|
|||||||
</tr>
|
</tr>
|
||||||
<?php endforeach; ?>
|
<?php endforeach; ?>
|
||||||
</table>
|
</table>
|
||||||
|
</main>
|
||||||
</div>
|
|
||||||
|
|
||||||
<hr>
|
<hr>
|
||||||
|
<footer>
|
||||||
<div class="footer">
|
|
||||||
<p>Server: <?php echo $this->getServerInfo() . ' ' . $this->getNowDate() ?></p>
|
<p>Server: <?php echo $this->getServerInfo() . ' ' . $this->getNowDate() ?></p>
|
||||||
<p>Powered by <a href="http://www.yiiframework.com/" rel="external">Yii Framework</a></p>
|
<p>Powered by <a href="http://www.yiiframework.com/" rel="external">Yii Framework</a></p>
|
||||||
</div>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user