home *** CD-ROM | disk | FTP | other *** search
- <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
- <?php
- /**
- * Advanced Web Interface to phpDocumentor
- *
- * Customized for PEAR
- * @see phpdoc.php
- * @package phpDocumentor
- * @subpackage PEAR
- * @filesource
- */
- include_once( "PhpDocumentor/phpDocumentor/common.inc.php");
- //
- // +------------------------------------------------------------------------+
- // | phpDocumentor :: docBuilder Web Interface |
- // +------------------------------------------------------------------------+
- // | Copyright (c) 2003 Andrew Eddie, Greg Beaver |
- // +------------------------------------------------------------------------+
- // | This source file is subject to version 3.00 of the PHP License, |
- // | that is available at http://www.php.net/license/3_0.txt. |
- // | If you did not receive a copy of the PHP license and are unable to |
- // | obtain it through the world-wide-web, please send a note to |
- // | license@php.net so we can mail you a copy immediately. |
- // +------------------------------------------------------------------------+
- //
- ?>
- <html>
- <head>
- <title>
- Form to submit to phpDocumentor v<?php print PHPDOCUMENTOR_VER; ?>
- </title>
- <style type="text/css">
- body, td, th {
- font-family: verdana,sans-serif;
- font-size: 10pt;
- }
- .title {
- font-size: 12pt;
- }
- </style>
- </head>
-
- <body bgcolor="#0099cc" topmargin="0" leftmargin="0" marginheight="0" marginwidth="0">
-
- <table width="100%" cellspacing="0" cellpadding="0">
- <tr>
- <td bgcolor="#0099cc" height="35" width="100" nowrap="nowrap">
- <img src="../poweredbyphpdoc.gif" alt="" width="88" height="31" border="0" alt="" />
- </td>
- <td bgcolor="#0099cc" width="100%">
- <span class="title"><strong>docBuilder</strong> :: phpDocumentor v<?php print PHPDOCUMENTOR_VER; ?> Web Interface</span>
- </td>
- </tr>
- </table>
-
- </body>
- </html>
-