sTEFANs Subversion Web Contol (SWC)
[ class tree: Swc ] [ index: Swc ] [ all elements ]

Source for file swc_help_page.php

Documentation is available at swc_help_page.php

  1. <?php
  2. /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3. SVN Web Control
  4. Copyright ©2006 by sTEFANs
  5. Created on 23.02.2006
  6. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  7. This program is free software; you can redistribute it and/or modify
  8. it under the terms of the GNU General Public License as published by
  9. the Free Software Foundation; either version 2 of the License, or
  10. (at your option) any later version.
  11.  
  12. This program is distributed in the hope that it will be useful,
  13. but WITHOUT ANY WARRANTY; without even the implied warranty of
  14. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  15. GNU General Public License for more details.
  16.  
  17. You should have received a copy of the GNU General Public License
  18. along with this program; if not, write to the Free Software
  19. Foundation, Inc., 59 Temple Place - Suite 330,
  20. Boston, MA 02111-1307, USA.
  21. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  22. */
  23.  
  24. /**
  25.  * Implementation of SWC help page.
  26.  * 
  27.  * @package Swc
  28.  * @author Stefan Schraml
  29.  * @copyright Copyright ©2006 by sTEFANs
  30.  * @license http://opensource.org/licenses/lgpl-license.php GNU General Public License
  31.  * @version v1.0.0
  32.  * @since v1.0.0
  33.  */
  34.  
  35. /** Common definitions */
  36. require_once('inc/var.inc.php');
  37. /** HTML generation library */
  38. require_once('inc/page.inc.php');
  39.  
  40.     /** 
  41.      * Prints a HTML page including
  42.      * header and footer
  43.      * containing the translated help page body.
  44.      * 
  45.      * @since v1.0.0
  46.      */
  47.     function SwcHelpPrintPage(){
  48.         PrintPageHeader();
  49.         include_once(T(TK_PATH_TO_SWC_HELP));
  50.         print '<p class="title"><img src="inc/resources/logos/stefans_logo.gif" alt="sTEFANs"/><br/>
  51.                         SVN Web Control, Copyright ©2006 by sTEFANs</p>';
  52.         PrintPageFooter();
  53.     }
  54.     
  55.     SwcHelpPrintPage();
  56.     
  57. ?>

Documentation generated on Fri, 03 Nov 2006 18:45:04 +0100 by phpDocumentor 1.3.0RC6
for sTEFANs POWERED BY eBC.bz