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:
gwoo 2008-03-09 07:04:24 +00:00
parent ab7bf5a46c
commit b1f5b76f98
3 changed files with 10 additions and 5 deletions

View file

@ -27,6 +27,7 @@
* @license http://www.opensource.org/licenses/opengroup.php The Open Group Test Suite License
*/
?>
<div class="test-menu">
<ul>
<li>
<span style="font-size: 18px">Core</span>
@ -62,4 +63,5 @@ if (!empty($plugins)):
<?php endforeach; ?>
<?php endif;?>
</ul>
</div>
<div class="test-results">

View file

@ -26,12 +26,12 @@
* @lastmodified $Date$
* @license http://www.opensource.org/licenses/opengroup.php The Open Group Test Suite License
*/
?>
?> </div>
</div>
<div id="footer">
<!--PLEASE USE ONE OF THE POWERED BY CAKEPHP LOGO-->
<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>
</body>

View file

@ -32,13 +32,16 @@
<head>
<meta http-equiv='content-Type' content='text/html; <?php echo $characterSet; ?>' />
<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>
h3 {font-size: 150%}
h3 {font-size: 170%; padding-top: 1em}
a {font-size: 120%}
li {line-height: 140%}
.fail { background-color: inherit; color: red; }
.test-menu {float:left; margin-right: 20px;}
.test-results {float:left; width: 67%;}
#content {overflow: auto}
</style>
<link rel="stylesheet" type="text/css" href="<?php echo $baseUrl; ?>css/cake.generic.css" />
</head>
<body>
<div id="container">