mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-18 18:46:17 +00:00
changing test suite layout
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6534 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
ab7bf5a46c
commit
b1f5b76f98
3 changed files with 10 additions and 5 deletions
|
@ -27,6 +27,7 @@
|
||||||
* @license http://www.opensource.org/licenses/opengroup.php The Open Group Test Suite License
|
* @license http://www.opensource.org/licenses/opengroup.php The Open Group Test Suite License
|
||||||
*/
|
*/
|
||||||
?>
|
?>
|
||||||
|
<div class="test-menu">
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
<span style="font-size: 18px">Core</span>
|
<span style="font-size: 18px">Core</span>
|
||||||
|
@ -62,4 +63,5 @@ if (!empty($plugins)):
|
||||||
<?php endforeach; ?>
|
<?php endforeach; ?>
|
||||||
<?php endif;?>
|
<?php endif;?>
|
||||||
</ul>
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="test-results">
|
||||||
|
|
|
@ -26,12 +26,12 @@
|
||||||
* @lastmodified $Date$
|
* @lastmodified $Date$
|
||||||
* @license http://www.opensource.org/licenses/opengroup.php The Open Group Test Suite License
|
* @license http://www.opensource.org/licenses/opengroup.php The Open Group Test Suite License
|
||||||
*/
|
*/
|
||||||
?>
|
?> </div>
|
||||||
</div>
|
</div>
|
||||||
<div id="footer">
|
<div id="footer">
|
||||||
<!--PLEASE USE ONE OF THE POWERED BY CAKEPHP LOGO-->
|
<!--PLEASE USE ONE OF THE POWERED BY CAKEPHP LOGO-->
|
||||||
<a href="http://www.cakephp.org/" target="_new">
|
<a href="http://www.cakephp.org/" target="_new">
|
||||||
<img src="<?php echo $baseUrl; ?>img/cake.power.gif" alt="CakePHP(tm) :: Rapid Development Framework" height = "15" width = "80" /></a></p>
|
<img src="<?php echo $baseUrl; ?>img/cake.power.gif" alt="CakePHP(tm) :: Rapid Development Framework" /></a></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -32,13 +32,16 @@
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv='content-Type' content='text/html; <?php echo $characterSet; ?>' />
|
<meta http-equiv='content-Type' content='text/html; <?php echo $characterSet; ?>' />
|
||||||
<title>CakePHP Test Suite v 1.2.0.0</title>
|
<title>CakePHP Test Suite v 1.2.0.0</title>
|
||||||
<link rel="stylesheet" type="text/css" href="<?php echo $baseUrl; ?>css/cake.generic.css" />
|
|
||||||
<style>
|
<style>
|
||||||
h3 {font-size: 150%}
|
h3 {font-size: 170%; padding-top: 1em}
|
||||||
a {font-size: 120%}
|
a {font-size: 120%}
|
||||||
li {line-height: 140%}
|
li {line-height: 140%}
|
||||||
.fail { background-color: inherit; color: red; }
|
.fail { background-color: inherit; color: red; }
|
||||||
|
.test-menu {float:left; margin-right: 20px;}
|
||||||
|
.test-results {float:left; width: 67%;}
|
||||||
|
#content {overflow: auto}
|
||||||
</style>
|
</style>
|
||||||
|
<link rel="stylesheet" type="text/css" href="<?php echo $baseUrl; ?>css/cake.generic.css" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="container">
|
<div id="container">
|
||||||
|
|
Loading…
Add table
Reference in a new issue