Source for file error.tpl.php

Documentation is available at error.tpl.php

  1. <?php
  2. /**
  3. * @package polyphony.startupcheck
  4. *
  5. * @copyright Copyright &copy; 2005, Middlebury College
  6. * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License (GPL)
  7. *
  8. * @version $Id: error.tpl.php,v 1.4 2007/09/19 14:04:50 adamfranco Exp $
  9. */
  10.  
  11. ?><HTML>
  12. <HEAD>
  13. <TITLE><?php =$pageTitle?></TITLE>
  14. <STYLE TYPE="text/css">
  15. body {
  16. background-color: #eee;
  17. margin: 50px 150px 50px 150px;
  18. padding: 30px;
  19. color: #333;
  20. font-family: Verdana;
  21. border: 1px dotted #555;
  22. }
  23. body p {
  24. font-size: 12px;
  25. text-align: center;
  26. color: #955;
  27. }
  28. body div {
  29. font-size: 18px;
  30. font-weight: normal;
  31. }
  32. </STYLE>
  33. </HEAD>
  34. <BODY>
  35. <P><?php =$intro?>:</P>
  36. <DIV>
  37. <?php =$errorString?>
  38. </DIV>
  39. </BODY>
  40. </HTML>

Documentation generated on Wed, 19 Sep 2007 10:23:02 -0400 by phpDocumentor 1.3.0RC3