header.php 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. <?php
  2. /* SVN FILE: $Id$ */
  3. /**
  4. * Short description for file.
  5. *
  6. * Long description for file
  7. *
  8. * PHP versions 4 and 5
  9. *
  10. * CakePHP(tm) Tests <https://trac.cakephp.org/wiki/Developement/TestSuite>
  11. * Copyright 2005-2007, Cake Software Foundation, Inc.
  12. * 1785 E. Sahara Avenue, Suite 490-204
  13. * Las Vegas, Nevada 89104
  14. *
  15. * Licensed under The Open Group Test Suite License
  16. * Redistributions of files must retain the above copyright notice.
  17. *
  18. * @filesource
  19. * @copyright Copyright 2005-2007, Cake Software Foundation, Inc.
  20. * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests
  21. * @package cake
  22. * @subpackage cake.cake.tests.lib
  23. * @since CakePHP(tm) v 1.2.0.4433
  24. * @version $Revision$
  25. * @modifiedby $LastChangedBy$
  26. * @lastmodified $Date$
  27. * @license http://www.opensource.org/licenses/opengroup.php The Open Group Test Suite License
  28. */
  29. ?>
  30. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  31. <html xmlns="http://www.w3.org/1999/xhtml">
  32. <head>
  33. <meta http-equiv='content-Type' content='text/html; <?php echo $characterSet; ?>' />
  34. <title>CakePHP Test Suite v 1.2.0.0</title>
  35. <link rel="stylesheet" type="text/css" href="<?php echo $baseUrl; ?>/css/cake.generic.css" />
  36. <style>
  37. h3 {font-size: 150%}
  38. a {font-size: 120%}
  39. li {line-height: 140%}
  40. .fail { background-color: inherit; color: red; }
  41. </style>
  42. </head>
  43. <body>
  44. <div id="container">
  45. <div id="header">
  46. <h1>CakePHP: the PHP Rapid Development Framework</h1>
  47. </div>
  48. <div id="content">
  49. <h2>CakePHP Test Suite v 1.2.0.0</h2>