Merge pull request #10797 from muhammadcahya/master

Efficiency CSS on Requirement Checker
This commit is contained in:
Alexander Makarov
2016-02-10 12:06:29 +03:00
2 changed files with 66 additions and 6814 deletions

View File

File diff suppressed because it is too large Load Diff

View File

@@ -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>