phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] CVS: etemplate/inc class.boetemplate.inc.php, 1.35.2.


From: Dave Hall <address@hidden>
Subject: [Phpgroupware-cvs] CVS: etemplate/inc class.boetemplate.inc.php, 1.35.2.2, 1.35.2.3 class.date_widget.inc.php, 1.13.2.4, 1.13.2.5 class.db_tools.inc.php, 1.19, 1.19.2.1 class.etemplate.inc.php, 1.5, 1.5.2.1 class.html.inc.php, 1.22.2.3, 1.22.2.4 class.link_widget.inc.php, 1.7, 1.7.2.1 class.nextmatch_widget.inc.php, 1.14.2.1, 1.14.2.2 class.sbox2.inc.php, 1.7, 1.7.2.1 class.select_widget.inc.php, 1.8.2.1, 1.8.2.2 class.so_sql.inc.php, 1.5, 1.5.2.1 class.soetemplate.inc.php, 1.28.2.2, 1.28.2.3 class.solangfile.inc.php, 1.2, 1.2.2.1 class.tab_widget.inc.php, 1.13, 1.13.2.1 class.uietemplate.inc.php, 1.62.2.4, 1.62.2.5 class.xslt_widget.inc.php, 1.2, 1.2.2.1 class.xul_io.inc.php, 1.23, 1.23.2.1 get_var.php, 1.1, 1.1.2.1
Date: Sat, 06 Sep 2003 21:26:44 -0400

Update of /cvsroot/phpgroupware/etemplate/inc
In directory subversions:/tmp/cvs-serv17444/inc

Modified Files:
      Tag: Version-0_9_16-branch
        class.boetemplate.inc.php class.date_widget.inc.php 
        class.db_tools.inc.php class.etemplate.inc.php 
        class.html.inc.php class.link_widget.inc.php 
        class.nextmatch_widget.inc.php class.sbox2.inc.php 
        class.select_widget.inc.php class.so_sql.inc.php 
        class.soetemplate.inc.php class.solangfile.inc.php 
        class.tab_widget.inc.php class.uietemplate.inc.php 
        class.xslt_widget.inc.php class.xul_io.inc.php get_var.php 
Log Message:
updated copyright

Index: class.boetemplate.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/etemplate/inc/class.boetemplate.inc.php,v
retrieving revision 1.35.2.2
retrieving revision 1.35.2.3
diff -C2 -r1.35.2.2 -r1.35.2.3
*** class.boetemplate.inc.php   24 Aug 2003 22:11:12 -0000      1.35.2.2
--- class.boetemplate.inc.php   7 Sep 2003 01:26:41 -0000       1.35.2.3
***************
*** 1,15 ****
  <?php
!       
/**************************************************************************\
!       * phpGroupWare - EditableTemplates - Buiseness Objects                  
   *
!       * http://www.phpgroupware.org                                           
   *
!       * Written by Ralf Becker <address@hidden>                  *
!       * --------------------------------------------                          
   *
!       *  This program is free software; you can redistribute it and/or modify 
it *
!       *  under the terms of the GNU General Public License as published by 
the   *
!       *  Free Software Foundation; either version 2 of the License, or (at 
your  *
!       *  option) any later version.                                           
   *
!       
\**************************************************************************/
! 
!       /* $Id$ */
  
        include_once(PHPGW_INCLUDE_ROOT . 
'/etemplate/inc/class.soetemplate.inc.php');
--- 1,18 ----
  <?php
!  /**********************************************************************\
!  * phpGroupWare - eTemplate                                           *
!  * http://www.phpgroupware.org                                                
*
!  * This program is part of the GNU project, see http://www.gnu.org/   *
!  *                                                                    *
!  * Copyright 2002, 2003 Free Software Foundation, Inc.                        
*
!  *                                                                    *
!  * Originally Written by Ralf Becker - <address@hidden>       *
!  * --------------------------------------------                               
*
!  * This program is Free Software; you can redistribute it and/or modify *
!  * it under the terms of the GNU General Public License as published by *
!  * the Free Software Foundation; either version 2 of the License, or  *
!  * at your option) any later version.                                 *
!  \**********************************************************************/
!  /* $Id$ */
  
        include_once(PHPGW_INCLUDE_ROOT . 
'/etemplate/inc/class.soetemplate.inc.php');

Index: class.date_widget.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/etemplate/inc/class.date_widget.inc.php,v
retrieving revision 1.13.2.4
retrieving revision 1.13.2.5
diff -C2 -r1.13.2.4 -r1.13.2.5
*** class.date_widget.inc.php   6 Sep 2003 23:35:32 -0000       1.13.2.4
--- class.date_widget.inc.php   7 Sep 2003 01:26:41 -0000       1.13.2.5
***************
*** 1,15 ****
  <?php
!       
/**************************************************************************\
!       * phpGroupWare - eTemplate Extension - Date Widget                      
   *
!       * http://www.phpgroupware.org                                           
   *
!       * Written by Ralf Becker <address@hidden>                  *
!       * --------------------------------------------                          
   *
!       *  This program is free software; you can redistribute it and/or modify 
it *
!       *  under the terms of the GNU General Public License as published by 
the   *
!       *  Free Software Foundation; either version 2 of the License, or (at 
your  *
!       *  option) any later version.                                           
   *
!       
\**************************************************************************/
! 
!       /* $Id$ */
  
        /*!
--- 1,18 ----
  <?php
!  /**********************************************************************\
!  * phpGroupWare - eTemplate                                           *
!  * http://www.phpgroupware.org                                                
*
!  * This program is part of the GNU project, see http://www.gnu.org/   *
!  *                                                                    *
!  * Copyright 2002, 2003 Free Software Foundation, Inc.                        
*
!  *                                                                    *
!  * Originally Written by Ralf Becker - <address@hidden>       *
!  * --------------------------------------------                               
*
!  * This program is Free Software; you can redistribute it and/or modify *
!  * it under the terms of the GNU General Public License as published by *
!  * the Free Software Foundation; either version 2 of the License, or  *
!  * at your option) any later version.                                 *
!  \**********************************************************************/
!  /* $Id$ */
  
        /*!

Index: class.db_tools.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/etemplate/inc/class.db_tools.inc.php,v
retrieving revision 1.19
retrieving revision 1.19.2.1
diff -C2 -r1.19 -r1.19.2.1
*** class.db_tools.inc.php      8 Aug 2003 16:18:30 -0000       1.19
--- class.db_tools.inc.php      7 Sep 2003 01:26:41 -0000       1.19.2.1
***************
*** 1,15 ****
  <?php
!       
/**************************************************************************\
!       * phpGroupWare - eTemplates - DB-Tools                                  
   *
!       * http://www.phpgroupware.org                                           
   *
!       * Written by Ralf Becker <address@hidden>                  *
!       * --------------------------------------------                          
   *
!       *  This program is free software; you can redistribute it and/or modify 
it *
!       *  under the terms of the GNU General Public License as published by 
the   *
!       *  Free Software Foundation; either version 2 of the License, or (at 
your  *
!       *  option) any later version.                                           
   *
!       
\**************************************************************************/
! 
!       /* $Id$ */
  
        class db_tools
--- 1,18 ----
  <?php
!  /**********************************************************************\
!  * phpGroupWare - eTemplate                                           *
!  * http://www.phpgroupware.org                                                
*
!  * This program is part of the GNU project, see http://www.gnu.org/   *
!  *                                                                    *
!  * Copyright 2002, 2003 Free Software Foundation, Inc.                        
*
!  *                                                                    *
!  * Originally Written by Ralf Becker - <address@hidden>       *
!  * --------------------------------------------                               
*
!  * This program is Free Software; you can redistribute it and/or modify *
!  * it under the terms of the GNU General Public License as published by *
!  * the Free Software Foundation; either version 2 of the License, or  *
!  * at your option) any later version.                                 *
!  \**********************************************************************/
!  /* $Id$ */
  
        class db_tools

Index: class.etemplate.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/etemplate/inc/class.etemplate.inc.php,v
retrieving revision 1.5
retrieving revision 1.5.2.1
diff -C2 -r1.5 -r1.5.2.1
*** class.etemplate.inc.php     17 Oct 2002 23:34:28 -0000      1.5
--- class.etemplate.inc.php     7 Sep 2003 01:26:41 -0000       1.5.2.1
***************
*** 1,15 ****
  <?php
!       
/**************************************************************************\
!       * phpGroupWare - EditableTemplates                                      
   *
!       * http://www.phpgroupware.org                                           
   *
!       * Written by Ralf Becker <address@hidden>                  *
!       * --------------------------------------------                          
   *
!       *  This program is free software; you can redistribute it and/or modify 
it *
!       *  under the terms of the GNU General Public License as published by 
the   *
!       *  Free Software Foundation; either version 2 of the License, or (at 
your  *
!       *  option) any later version.                                           
   *
!       
\**************************************************************************/
! 
!       /* $Id$ */
  
        if (!function_exists('get_var'))
--- 1,18 ----
  <?php
!  /**********************************************************************\
!  * phpGroupWare - eTemplate                                           *
!  * http://www.phpgroupware.org                                                
*
!  * This program is part of the GNU project, see http://www.gnu.org/   *
!  *                                                                    *
!  * Copyright 2002, 2003 Free Software Foundation, Inc.                        
*
!  *                                                                    *
!  * Originally Written by Ralf Becker - <address@hidden>       *
!  * --------------------------------------------                               
*
!  * This program is Free Software; you can redistribute it and/or modify *
!  * it under the terms of the GNU General Public License as published by *
!  * the Free Software Foundation; either version 2 of the License, or  *
!  * at your option) any later version.                                 *
!  \**********************************************************************/
!  /* $Id$ */
  
        if (!function_exists('get_var'))

Index: class.html.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/etemplate/inc/class.html.inc.php,v
retrieving revision 1.22.2.3
retrieving revision 1.22.2.4
diff -C2 -r1.22.2.3 -r1.22.2.4
*** class.html.inc.php  22 Aug 2003 11:13:24 -0000      1.22.2.3
--- class.html.inc.php  7 Sep 2003 01:26:41 -0000       1.22.2.4
***************
*** 1,15 ****
  <?php
!       
/**************************************************************************\
!       * phpGroupWare - HTML creation class                                    
   *
!       * http://www.phpgroupware.org                                           
   *
!       * Written by Ralf Becker <address@hidden>                  *
!       * --------------------------------------------                          
   *
!       *  This program is free software; you can redistribute it and/or modify 
it *
!       *  under the terms of the GNU General Public License as published by 
the   *
!       *  Free Software Foundation; either version 2 of the License, or (at 
your  *
!       *  option) any later version.                                           
   *
!       
\**************************************************************************/
! 
!       /* $Id$ */
  
  class html
--- 1,18 ----
  <?php
!  /**********************************************************************\
!  * phpGroupWare - eTemplate                                           *
!  * http://www.phpgroupware.org                                                
*
!  * This program is part of the GNU project, see http://www.gnu.org/   *
!  *                                                                    *
!  * Copyright 2002, 2003 Free Software Foundation, Inc.                        
*
!  *                                                                    *
!  * Originally Written by Ralf Becker - <address@hidden>       *
!  * --------------------------------------------                               
*
!  * This program is Free Software; you can redistribute it and/or modify *
!  * it under the terms of the GNU General Public License as published by *
!  * the Free Software Foundation; either version 2 of the License, or  *
!  * at your option) any later version.                                 *
!  \**********************************************************************/
!  /* $Id$ */
  
  class html

Index: class.link_widget.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/etemplate/inc/class.link_widget.inc.php,v
retrieving revision 1.7
retrieving revision 1.7.2.1
diff -C2 -r1.7 -r1.7.2.1
*** class.link_widget.inc.php   29 Jun 2003 16:59:14 -0000      1.7
--- class.link_widget.inc.php   7 Sep 2003 01:26:41 -0000       1.7.2.1
***************
*** 1,15 ****
  <?php
!       
/**************************************************************************\
!       * phpGroupWare - eTemplate Extension - InfoLog LinkTo Widget            
   *
!       * http://www.phpgroupware.org                                           
   *
!       * Written by Ralf Becker <address@hidden>                  *
!       * --------------------------------------------                          
   *
!       *  This program is free software; you can redistribute it and/or modify 
it *
!       *  under the terms of the GNU General Public License as published by 
the   *
!       *  Free Software Foundation; either version 2 of the License, or (at 
your  *
!       *  option) any later version.                                           
   *
!       
\**************************************************************************/
! 
!       /* $Id$ */
  
        /*!
--- 1,18 ----
  <?php
!  /**********************************************************************\
!  * phpGroupWare - eTemplate                                           *
!  * http://www.phpgroupware.org                                                
*
!  * This program is part of the GNU project, see http://www.gnu.org/   *
!  *                                                                    *
!  * Copyright 2002, 2003 Free Software Foundation, Inc.                        
*
!  *                                                                    *
!  * Originally Written by Ralf Becker - <address@hidden>       *
!  * --------------------------------------------                               
*
!  * This program is Free Software; you can redistribute it and/or modify *
!  * it under the terms of the GNU General Public License as published by *
!  * the Free Software Foundation; either version 2 of the License, or  *
!  * at your option) any later version.                                 *
!  \**********************************************************************/
!  /* $Id$ */
  
        /*!

Index: class.nextmatch_widget.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/etemplate/inc/class.nextmatch_widget.inc.php,v
retrieving revision 1.14.2.1
retrieving revision 1.14.2.2
diff -C2 -r1.14.2.1 -r1.14.2.2
*** class.nextmatch_widget.inc.php      22 Aug 2003 12:20:40 -0000      1.14.2.1
--- class.nextmatch_widget.inc.php      7 Sep 2003 01:26:41 -0000       1.14.2.2
***************
*** 1,15 ****
  <?php
!       
/**************************************************************************\
!       * phpGroupWare - eTemplate Extension - Nextmatch Widget                 
   *
!       * http://www.phpgroupware.org                                           
   *
!       * Written by Ralf Becker <address@hidden>                  *
!       * --------------------------------------------                          
   *
!       *  This program is free software; you can redistribute it and/or modify 
it *
!       *  under the terms of the GNU General Public License as published by 
the   *
!       *  Free Software Foundation; either version 2 of the License, or (at 
your  *
!       *  option) any later version.                                           
   *
!       
\**************************************************************************/
! 
!       /* $Id$ */
  
        /*!
--- 1,18 ----
  <?php
!  /**********************************************************************\
!  * phpGroupWare - eTemplate                                           *
!  * http://www.phpgroupware.org                                                
*
!  * This program is part of the GNU project, see http://www.gnu.org/   *
!  *                                                                    *
!  * Copyright 2002, 2003 Free Software Foundation, Inc.                        
*
!  *                                                                    *
!  * Originally Written by Ralf Becker - <address@hidden>       *
!  * --------------------------------------------                               
*
!  * This program is Free Software; you can redistribute it and/or modify *
!  * it under the terms of the GNU General Public License as published by *
!  * the Free Software Foundation; either version 2 of the License, or  *
!  * at your option) any later version.                                 *
!  \**********************************************************************/
!  /* $Id$ */
  
        /*!

Index: class.sbox2.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/etemplate/inc/class.sbox2.inc.php,v
retrieving revision 1.7
retrieving revision 1.7.2.1
diff -C2 -r1.7 -r1.7.2.1
*** class.sbox2.inc.php 13 Apr 2003 16:02:32 -0000      1.7
--- class.sbox2.inc.php 7 Sep 2003 01:26:41 -0000       1.7.2.1
***************
*** 1,26 ****
  <?php
!   /**************************************************************************\
!   * phpGroupWare API - Select Box 2                                          *
!   * Written by Ralf Becker <address@hidden>                  *
!   * Class for creating select boxes for addresse, projects, array items, ... *
!   * Copyright (C) 2000, 2001 Dan Kuykendall                                  *
!   * -------------------------------------------------------------------------*
!   * This library is part of the phpGroupWare API                             *
!   * http://www.phpgroupware.org/api                                          *
!   * ------------------------------------------------------------------------ *
!   * This library is free software; you can redistribute it and/or modify it  *
!   * under the terms of the GNU Lesser General Public License as published by *
!   * the Free Software Foundation; either version 2.1 of the License,         *
!   * or any later version.                                                    *
!   * This library is distributed in the hope that it will be useful, but      *
!   * WITHOUT ANY WARRANTY; without even the implied warranty of               *
!   * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.                     *
!   * See the GNU Lesser General Public License for more details.              *
!   * You should have received a copy of the GNU Lesser General Public License *
!   * along with this library; if not, write to the Free Software Foundation,  *
!   * Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA            *
!   \**************************************************************************/
! 
!   /* $Id$ */
  
        if(!isset($GLOBALS['phpgw_info']['flags']['included_classes']['sbox']))
--- 1,19 ----
  <?php
!  /**********************************************************************\
!  * phpGroupWare - eTemplate                                           *
!  * http://www.phpgroupware.org                                                
*
!  * This program is part of the GNU project, see http://www.gnu.org/   *
!  *                                                                    *
!  * Copyright 2002, 2003 Free Software Foundation, Inc.                        
*
!  *                                                                    *
!  * Originally Written by Ralf Becker - <address@hidden>       *
!  * Based on class.sbox2.inc.php from the phpGroupWare API             *
!  * --------------------------------------------                               
*
!  * This program is Free Software; you can redistribute it and/or modify *
!  * it under the terms of the GNU General Public License as published by *
!  * the Free Software Foundation; either version 2 of the License, or  *
!  * at your option) any later version.                                 *
!  \**********************************************************************/
!  /* $Id$ */
  
        if(!isset($GLOBALS['phpgw_info']['flags']['included_classes']['sbox']))

Index: class.select_widget.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/etemplate/inc/class.select_widget.inc.php,v
retrieving revision 1.8.2.1
retrieving revision 1.8.2.2
diff -C2 -r1.8.2.1 -r1.8.2.2
*** class.select_widget.inc.php 21 Aug 2003 08:27:05 -0000      1.8.2.1
--- class.select_widget.inc.php 7 Sep 2003 01:26:41 -0000       1.8.2.2
***************
*** 1,15 ****
  <?php
!       
/**************************************************************************\
!       * phpGroupWare - eTemplate Extension - Select Widgets                   
   *
!       * http://www.phpgroupware.org                                           
   *
!       * Written by Ralf Becker <address@hidden>                  *
!       * --------------------------------------------                          
   *
!       *  This program is free software; you can redistribute it and/or modify 
it *
!       *  under the terms of the GNU General Public License as published by 
the   *
!       *  Free Software Foundation; either version 2 of the License, or (at 
your  *
!       *  option) any later version.                                           
   *
!       
\**************************************************************************/
! 
!       /* $Id$ */
  
        /*!
--- 1,18 ----
  <?php
!  /**********************************************************************\
!  * phpGroupWare - eTemplate                                           *
!  * http://www.phpgroupware.org                                                
*
!  * This program is part of the GNU project, see http://www.gnu.org/   *
!  *                                                                    *
!  * Copyright 2002, 2003 Free Software Foundation, Inc.                        
*
!  *                                                                    *
!  * Originally Written by Ralf Becker - <address@hidden>       *
!  * --------------------------------------------                               
*
!  * This program is Free Software; you can redistribute it and/or modify *
!  * it under the terms of the GNU General Public License as published by *
!  * the Free Software Foundation; either version 2 of the License, or  *
!  * at your option) any later version.                                 *
!  \**********************************************************************/
!  /* $Id$ */
  
        /*!

Index: class.so_sql.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/etemplate/inc/class.so_sql.inc.php,v
retrieving revision 1.5
retrieving revision 1.5.2.1
diff -C2 -r1.5 -r1.5.2.1
*** class.so_sql.inc.php        16 Apr 2003 14:32:15 -0000      1.5
--- class.so_sql.inc.php        7 Sep 2003 01:26:41 -0000       1.5.2.1
***************
*** 1,15 ****
  <?php
!       
/**************************************************************************\
!       * phpGroupWare - generalized SQL Storage Object                         
   *
!       * http://www.phpgroupware.org                                           
   *
!       * Written by Ralf Becker <address@hidden>                  *
!       * --------------------------------------------                          
   *
!       *  This program is free software; you can redistribute it and/or modify 
it *
!       *  under the terms of the GNU General Public License as published by 
the   *
!       *  Free Software Foundation; either version 2 of the License, or (at 
your  *
!       *  option) any later version.                                           
   *
!       
\**************************************************************************/
! 
!       /* $Id$ */
  
  /*!
--- 1,18 ----
  <?php
!  /**********************************************************************\
!  * phpGroupWare - eTemplate                                           *
!  * http://www.phpgroupware.org                                                
*
!  * This program is part of the GNU project, see http://www.gnu.org/   *
!  *                                                                    *
!  * Copyright 2002, 2003 Free Software Foundation, Inc.                        
*
!  *                                                                    *
!  * Originally Written by Ralf Becker - <address@hidden>       *
!  * --------------------------------------------                               
*
!  * This program is Free Software; you can redistribute it and/or modify *
!  * it under the terms of the GNU General Public License as published by *
!  * the Free Software Foundation; either version 2 of the License, or  *
!  * at your option) any later version.                                 *
!  \**********************************************************************/
!  /* $Id$ */
  
  /*!

Index: class.soetemplate.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/etemplate/inc/class.soetemplate.inc.php,v
retrieving revision 1.28.2.2
retrieving revision 1.28.2.3
diff -C2 -r1.28.2.2 -r1.28.2.3
*** class.soetemplate.inc.php   24 Aug 2003 22:11:13 -0000      1.28.2.2
--- class.soetemplate.inc.php   7 Sep 2003 01:26:41 -0000       1.28.2.3
***************
*** 1,15 ****
  <?php
!       
/**************************************************************************\
!       * phpGroupWare - EditableTemplates - Storage Objects                    
   *
!       * http://www.phpgroupware.org                                           
   *
!       * Written by Ralf Becker <address@hidden>                  *
!       * --------------------------------------------                          
   *
!       *  This program is free software; you can redistribute it and/or modify 
it *
!       *  under the terms of the GNU General Public License as published by 
the   *
!       *  Free Software Foundation; either version 2 of the License, or (at 
your  *
!       *  option) any later version.                                           
   *
!       
\**************************************************************************/
! 
!       /* $Id$ */
  
        /*!
--- 1,18 ----
  <?php
!  /**********************************************************************\
!  * phpGroupWare - eTemplate                                           *
!  * http://www.phpgroupware.org                                                
*
!  * This program is part of the GNU project, see http://www.gnu.org/   *
!  *                                                                    *
!  * Copyright 2002, 2003 Free Software Foundation, Inc.                        
*
!  *                                                                    *
!  * Originally Written by Ralf Becker - <address@hidden>       *
!  * --------------------------------------------                               
*
!  * This program is Free Software; you can redistribute it and/or modify *
!  * it under the terms of the GNU General Public License as published by *
!  * the Free Software Foundation; either version 2 of the License, or  *
!  * at your option) any later version.                                 *
!  \**********************************************************************/
!  /* $Id$ */
  
        /*!

Index: class.solangfile.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/etemplate/inc/class.solangfile.inc.php,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -C2 -r1.2 -r1.2.2.1
*** class.solangfile.inc.php    27 Apr 2003 08:19:59 -0000      1.2
--- class.solangfile.inc.php    7 Sep 2003 01:26:41 -0000       1.2.2.1
***************
*** 1,14 ****
  <?php
!   /**************************************************************************\
!   * phpGroupWare - Translation Editor                                        *
!   * http://www.phpgroupware.org                                              *
!   * --------------------------------------------                             *
!   *  This program is free software; you can redistribute it and/or modify it *
!   *  under the terms of the GNU General Public License as published by the   *
!   *  Free Software Foundation; either version 2 of the License, or (at your  *
!   *  option) any later version.                                              *
!   \**************************************************************************/
! 
!   /* $Id$ */
  
        class solangfile
--- 1,16 ----
  <?php
!  /**********************************************************************\
!  * phpGroupWare - eTemplate                                           *
!  * http://www.phpgroupware.org                                                
*
!  * This program is part of the GNU project, see http://www.gnu.org/   *
!  *                                                                    *
!  * Copyright 2002, 2003 Free Software Foundation, Inc.                        
*
!  * --------------------------------------------                               
*
!  * This program is Free Software; you can redistribute it and/or modify *
!  * it under the terms of the GNU General Public License as published by *
!  * the Free Software Foundation; either version 2 of the License, or  *
!  * at your option) any later version.                                 *
!  \**********************************************************************/
!  /* $Id$ */
  
        class solangfile

Index: class.tab_widget.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/etemplate/inc/class.tab_widget.inc.php,v
retrieving revision 1.13
retrieving revision 1.13.2.1
diff -C2 -r1.13 -r1.13.2.1
*** class.tab_widget.inc.php    13 Apr 2003 19:14:50 -0000      1.13
--- class.tab_widget.inc.php    7 Sep 2003 01:26:41 -0000       1.13.2.1
***************
*** 1,15 ****
  <?php
!       
/**************************************************************************\
!       * phpGroupWare - eTemplate Extension - Tab Widget                       
   *
!       * http://www.phpgroupware.org                                           
   *
!       * Written by Ralf Becker <address@hidden>                  *
!       * --------------------------------------------                          
   *
!       *  This program is free software; you can redistribute it and/or modify 
it *
!       *  under the terms of the GNU General Public License as published by 
the   *
!       *  Free Software Foundation; either version 2 of the License, or (at 
your  *
!       *  option) any later version.                                           
   *
!       
\**************************************************************************/
! 
!       /* $Id$ */
  
        /*!
--- 1,18 ----
  <?php
!  /**********************************************************************\
!  * phpGroupWare - eTemplate                                           *
!  * http://www.phpgroupware.org                                                
*
!  * This program is part of the GNU project, see http://www.gnu.org/   *
!  *                                                                    *
!  * Copyright 2002, 2003 Free Software Foundation, Inc.                        
*
!  *                                                                    *
!  * Originally Written by Ralf Becker - <address@hidden>       *
!  * --------------------------------------------                               
*
!  * This program is Free Software; you can redistribute it and/or modify *
!  * it under the terms of the GNU General Public License as published by *
!  * the Free Software Foundation; either version 2 of the License, or  *
!  * at your option) any later version.                                 *
!  \**********************************************************************/
!  /* $Id$ */
  
        /*!

Index: class.uietemplate.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/etemplate/inc/class.uietemplate.inc.php,v
retrieving revision 1.62.2.4
retrieving revision 1.62.2.5
diff -C2 -r1.62.2.4 -r1.62.2.5
*** class.uietemplate.inc.php   24 Aug 2003 22:11:13 -0000      1.62.2.4
--- class.uietemplate.inc.php   7 Sep 2003 01:26:41 -0000       1.62.2.5
***************
*** 1,15 ****
  <?php
!       
/**************************************************************************\
!       * phpGroupWare - EditableTemplates - HTML User Interface                
   *
!       * http://www.phpgroupware.org                                           
   *
!       * Written by Ralf Becker <address@hidden>                  *
!       * --------------------------------------------                          
   *
!       *  This program is free software; you can redistribute it and/or modify 
it *
!       *  under the terms of the GNU General Public License as published by 
the   *
!       *  Free Software Foundation; either version 2 of the License, or (at 
your  *
!       *  option) any later version.                                           
   *
!       
\**************************************************************************/
! 
!       /* $Id$ */
  
        include_once(PHPGW_INCLUDE_ROOT . 
'/etemplate/inc/class.boetemplate.inc.php');
--- 1,18 ----
  <?php
!  /**********************************************************************\
!  * phpGroupWare - eTemplate                                           *
!  * http://www.phpgroupware.org                                                
*
!  * This program is part of the GNU project, see http://www.gnu.org/   *
!  *                                                                    *
!  * Copyright 2002, 2003 Free Software Foundation, Inc.                        
*
!  *                                                                    *
!  * Originally Written by Ralf Becker - <address@hidden>       *
!  * --------------------------------------------                               
*
!  * This program is Free Software; you can redistribute it and/or modify *
!  * it under the terms of the GNU General Public License as published by *
!  * the Free Software Foundation; either version 2 of the License, or  *
!  * at your option) any later version.                                 *
!  \**********************************************************************/
!  /* $Id$ */
  
        include_once(PHPGW_INCLUDE_ROOT . 
'/etemplate/inc/class.boetemplate.inc.php');

Index: class.xslt_widget.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/etemplate/inc/class.xslt_widget.inc.php,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -C2 -r1.2 -r1.2.2.1
*** class.xslt_widget.inc.php   1 Oct 2002 18:26:30 -0000       1.2
--- class.xslt_widget.inc.php   7 Sep 2003 01:26:41 -0000       1.2.2.1
***************
*** 1,15 ****
  <?php
!       
/**************************************************************************\
!       * phpGroupWare - eTemplate Extension - XSLT Widget                      
   *
!       * http://www.phpgroupware.org                                           
   *
!       * Written by Ralf Becker <address@hidden>                  *
!       * --------------------------------------------                          
   *
!       *  This program is free software; you can redistribute it and/or modify 
it *
!       *  under the terms of the GNU General Public License as published by 
the   *
!       *  Free Software Foundation; either version 2 of the License, or (at 
your  *
!       *  option) any later version.                                           
   *
!       
\**************************************************************************/
! 
!       /* $Id$ */
  
        /*!
--- 1,18 ----
  <?php
!  /**********************************************************************\
!  * phpGroupWare - eTemplate                                           *
!  * http://www.phpgroupware.org                                                
*
!  * This program is part of the GNU project, see http://www.gnu.org/   *
!  *                                                                    *
!  * Copyright 2002, 2003 Free Software Foundation, Inc.                        
*
!  *                                                                    *
!  * Originally Written by Ralf Becker - <address@hidden>       *
!  * --------------------------------------------                               
*
!  * This program is Free Software; you can redistribute it and/or modify *
!  * it under the terms of the GNU General Public License as published by *
!  * the Free Software Foundation; either version 2 of the License, or  *
!  * at your option) any later version.                                 *
!  \**********************************************************************/
!  /* $Id$ */
  
        /*!
***************
*** 103,105 ****
                        $value = $value_in;
                }
!       }
\ No newline at end of file
--- 106,108 ----
                        $value = $value_in;
                }
!       }

Index: class.xul_io.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/etemplate/inc/class.xul_io.inc.php,v
retrieving revision 1.23
retrieving revision 1.23.2.1
diff -C2 -r1.23 -r1.23.2.1
*** class.xul_io.inc.php        17 Oct 2002 22:13:18 -0000      1.23
--- class.xul_io.inc.php        7 Sep 2003 01:26:41 -0000       1.23.2.1
***************
*** 1,15 ****
  <?php
!       
/**************************************************************************\
!       * phpGroupWare - eTemplates - XUL/XML Import & Export                   
   *
!       * http://www.phpgroupware.org                                           
   *
!       * Written by Ralf Becker <address@hidden>                  *
!       * --------------------------------------------                          
   *
!       *  This program is free software; you can redistribute it and/or modify 
it *
!       *  under the terms of the GNU General Public License as published by 
the   *
!       *  Free Software Foundation; either version 2 of the License, or (at 
your  *
!       *  option) any later version.                                           
   *
!       
\**************************************************************************/
! 
!       /* $Id$ */
  
  
--- 1,18 ----
  <?php
!  /**********************************************************************\
!  * phpGroupWare - eTemplate                                           *
!  * http://www.phpgroupware.org                                                
*
!  * This program is part of the GNU project, see http://www.gnu.org/   *
!  *                                                                    *
!  * Copyright 2002, 2003 Free Software Foundation, Inc.                        
*
!  *                                                                    *
!  * Originally Written by Ralf Becker - <address@hidden>       *
!  * --------------------------------------------                               
*
!  * This program is Free Software; you can redistribute it and/or modify *
!  * it under the terms of the GNU General Public License as published by *
!  * the Free Software Foundation; either version 2 of the License, or  *
!  * at your option) any later version.                                 *
!  \**********************************************************************/
!  /* $Id$ */
  
  

Index: get_var.php
===================================================================
RCS file: /cvsroot/phpgroupware/etemplate/inc/get_var.php,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -C2 -r1.1 -r1.1.2.1
*** get_var.php 17 Oct 2002 23:34:28 -0000      1.1
--- get_var.php 7 Sep 2003 01:26:41 -0000       1.1.2.1
***************
*** 1,3 ****
--- 1,18 ----
  <?php
+  /**********************************************************************\
+  * phpGroupWare - eTemplate                                           *
+  * http://www.phpgroupware.org                                                
*
+  * This program is part of the GNU project, see http://www.gnu.org/   *
+  *                                                                    *
+  * Copyright 2002, 2003 Free Software Foundation, Inc.                        
*
+  *                                                                    *
+  * Based on common_functions.inc.php from the phpGroupWare API                
*
+  * --------------------------------------------                               
*
+  * This program is Free Software; you can redistribute it and/or modify *
+  * it under the terms of the GNU General Public License as published by *
+  * the Free Software Foundation; either version 2 of the License, or  *
+  * at your option) any later version.                                 *
+  \**********************************************************************/
+  /* $Id$ */
        function reg_var($varname, $method = 'any', $valuetype = 
'alphanumeric',$default_value='',$register=True)
        {





reply via email to

[Prev in Thread] Current Thread [Next in Thread]