phpDocumentor
[ class tree: phpDocumentor ] [ index: phpDocumentor ] [ all elements ]

Source for file top.php

Documentation is available at top.php

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  2. <?php
  3. /**
  4.  * phpDocumentor :: docBuilder Web Interface
  5.  * 
  6.  * Advanced Web Interface to phpDocumentor
  7.  *
  8.  * PHP versions 4 and 5
  9.  *
  10.  * Copyright (c) 2003-2006 Andrew Eddie, Greg Beaver
  11.  * 
  12.  * LICENSE:
  13.  * 
  14.  * This library is free software; you can redistribute it
  15.  * and/or modify it under the terms of the GNU Lesser General
  16.  * Public License as published by the Free Software Foundation;
  17.  * either version 2.1 of the License, or (at your option) any
  18.  * later version.
  19.  * 
  20.  * This library is distributed in the hope that it will be useful,
  21.  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  22.  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  23.  * Lesser General Public License for more details.
  24.  * 
  25.  * You should have received a copy of the GNU Lesser General Public
  26.  * License along with this library; if not, write to the Free Software
  27.  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
  28.  *
  29.  * @category   ToolsAndUtilities
  30.  * @package    phpDocumentor
  31.  * @author     Andrew Eddie
  32.  * @author     Greg Beaver <cellog@php.net>
  33.  * @copyright  2003-2006 Andrew Eddie, Greg Beaver
  34.  * @license    http://www.opensource.org/licenses/lgpl-license.php LGPL
  35.  * @version    CVS: $Id$
  36.  * @filesource
  37.  * @see phpdoc.php
  38.  */
  39. if ('@DATA-DIR@' != '@'.'DATA-DIR@')
  40. {
  41.     /** @ignore */
  42.     include_once"PhpDocumentor/phpDocumentor/common.inc.php");
  43. else {
  44.     $path dirname(dirname(__FILE__));
  45.     /** @ignore */
  46.     include_once"$path/phpDocumentor/common.inc.php");
  47. }
  48. //
  49. // +------------------------------------------------------------------------+
  50. // | phpDocumentor :: docBuilder Web Interface                              |
  51. // +------------------------------------------------------------------------+
  52. // | Copyright (c) 2003 Andrew Eddie, Greg Beaver                           |
  53. // +------------------------------------------------------------------------+
  54. // | This source file is subject to version 3.00 of the PHP License,        |
  55. // | that is available at http://www.php.net/license/3_0.txt.               |
  56. // | If you did not receive a copy of the PHP license and are unable to     |
  57. // | obtain it through the world-wide-web, please send a note to            |
  58. // | license@php.net so we can mail you a copy immediately.                 |
  59. // +------------------------------------------------------------------------+
  60. //
  61. ?>
  62. <html>
  63. <head>
  64.     <title>
  65.         Form to submit to phpDocumentor v<?php print PHPDOCUMENTOR_VER?>
  66.     </title>
  67.     <style type="text/css">
  68.         body, td, th {
  69.             font-family: verdana,sans-serif;
  70.             font-size: 10pt;
  71.         }
  72.         .title {
  73.             font-size: 12pt;
  74.         }
  75.     </style>
  76. </head>
  77.  
  78. <body bgcolor="#0099cc" topmargin="0" leftmargin="0" marginheight="0" marginwidth="0">
  79.  
  80. <table width="100%" cellspacing="0" cellpadding="0">
  81. <tr>
  82.     <td bgcolor="#0099cc" height="35" width="100" nowrap="nowrap">
  83.         <img src="../poweredbyphpdoc.gif" alt="" width="88" height="31" border="0" alt="" />
  84.     </td>
  85.     <td bgcolor="#0099cc" width="100%">
  86.         <span class="title"><strong>docBuilder</strong> :: phpDocumentor v<?php print PHPDOCUMENTOR_VER?> Web Interface</span>
  87.     </td>
  88. </tr>
  89. </table>
  90.  
  91. </body>
  92. </html>

Documentation generated on Mon, 11 Mar 2019 15:50:34 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.