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

Source for file swc_details_page.php

Documentation is available at swc_details_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 details page.
  26.  * This page is more or less an HTML boundery
  27.  * for <b>./inc/swc_details_content</b>.
  28.  * 
  29.  * @package Swc
  30.  * @author Stefan Schraml
  31.  * @copyright Copyright ©2006 by sTEFANs
  32.  * @license http://opensource.org/licenses/lgpl-license.php GNU General Public License
  33.  * @version v1.0.0
  34.  * @since v1.0.0
  35.  */
  36.  
  37. /** Common definitions */
  38. require_once('inc/var.inc.php');
  39. /** SWC details content. */
  40. require_once(STD_DETAILS_CONTENT);
  41.  
  42.     /** 
  43.      * Prints the page that displays
  44.      * the content of command execution.
  45.      * Results as provided by $_SESSION[IDX_EXEC_RES]
  46.      * are printed.
  47.      * @see SwcDetailsPrintExecutionResults
  48.      * 
  49.      * @since v1.0.0
  50.      */
  51.     function SwcDetailsPrintPage(){
  52.         PrintPageHeader();
  53.         PrintPageFooter();
  54.     }
  55.     
  56.     
  57. ?>

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