home *** CD-ROM | disk | FTP | other *** search
/ Enter 2004 June / ENTER.ISO / files / xampp-win32-1.4.5-installer.exe / xampp / top.php < prev    next >
Encoding:
PHP Script  |  2004-03-24  |  1.9 KB  |  58 lines

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  2. <?php
  3. /**
  4.  * Advanced Web Interface to phpDocumentor
  5.  *
  6.  * Customized for PEAR
  7.  * @see phpdoc.php
  8.  * @package  phpDocumentor
  9.  * @subpackage PEAR
  10.  * @filesource
  11.  */
  12. include_once( "PhpDocumentor/phpDocumentor/common.inc.php");
  13. //
  14. // +------------------------------------------------------------------------+
  15. // | phpDocumentor :: docBuilder Web Interface                              |
  16. // +------------------------------------------------------------------------+
  17. // | Copyright (c) 2003 Andrew Eddie, Greg Beaver                           |
  18. // +------------------------------------------------------------------------+
  19. // | This source file is subject to version 3.00 of the PHP License,        |
  20. // | that is available at http://www.php.net/license/3_0.txt.               |
  21. // | If you did not receive a copy of the PHP license and are unable to     |
  22. // | obtain it through the world-wide-web, please send a note to            |
  23. // | license@php.net so we can mail you a copy immediately.                 |
  24. // +------------------------------------------------------------------------+
  25. //
  26. ?>
  27. <html>
  28. <head>
  29.     <title>
  30.         Form to submit to phpDocumentor v<?php print PHPDOCUMENTOR_VER; ?>
  31.     </title>
  32.     <style type="text/css">
  33.         body, td, th {
  34.             font-family: verdana,sans-serif;
  35.             font-size: 10pt;
  36.         }
  37.         .title {
  38.             font-size: 12pt;
  39.         }
  40.     </style>
  41. </head>
  42.  
  43. <body bgcolor="#0099cc" topmargin="0" leftmargin="0" marginheight="0" marginwidth="0">
  44.  
  45. <table width="100%" cellspacing="0" cellpadding="0">
  46. <tr>
  47.     <td bgcolor="#0099cc" height="35" width="100" nowrap="nowrap">
  48.         <img src="../poweredbyphpdoc.gif" alt="" width="88" height="31" border="0" alt="" />
  49.     </td>
  50.     <td bgcolor="#0099cc" width="100%">
  51.         <span class="title"><strong>docBuilder</strong> :: phpDocumentor v<?php print PHPDOCUMENTOR_VER; ?> Web Interface</span>
  52.     </td>
  53. </tr>
  54. </table>
  55.  
  56. </body>
  57. </html>
  58.