phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: fax/help index.php,1.1.1.1,1.2


From: Marco Andriolo-Stagno (MAS!) <address@hidden>
Subject: [Phpgroupware-cvs] CVS: fax/help index.php,1.1.1.1,1.2
Date: Wed, 27 Nov 2002 10:50:42 -0500

Update of /cvsroot/phpgroupware/fax/help
In directory subversions:/tmp/cvs-serv11399/fax/help

Modified Files:
        index.php 
Log Message:
sync to latest version.



Index: index.php
===================================================================
RCS file: /cvsroot/phpgroupware/fax/help/index.php,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -r1.1.1.1 -r1.2
*** index.php   26 Nov 2002 17:57:16 -0000      1.1.1.1
--- index.php   27 Nov 2002 15:50:40 -0000      1.2
***************
*** 1,36 ****
  <?php
!  /**************************************************************************\
!  * phpGroupWare - fax                                                       *
!  * http://www.phpgroupware.org                                              *
!  * This application written by:                                             *
!  *                             Marco Andriolo-Stagno <address@hidden>      *
!  *                             Paolo Andreetto <address@hidden>             *
!  *                             Davide Barbieri <address@hidden>              *
!  *                             PROSA <http://www.prosa.it>                  *
!  * -------------------------------------------------------------------------*
!  * Funding for this program was provided by http://www.seeweb.com           *
!  * -------------------------------------------------------------------------*
!  *  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$ */
  
!     $phpgw_flags = Array('currentapp' => 'manual');
        
!     $phpgw_info['flags'] = $phpgw_flags;
!     include('../../header.inc.php');
!     $appname = 'fax';
!     include(PHPGW_SERVER_ROOT.'/'.$appname.'/setup/setup.inc.php');
  ?>
  
!     <img src="<?php echo $phpgw->common->image($appname,'navbar.gif'); ?>" 
border="0"><p/>
!     <font face="<?php echo $phpgw_info['theme']['font']; ?>" size="2">
!     Version: <b><?php echo $setup_info[$appname]['version']; ?></b>
!     </font>
! 
!       Simple dummy application
! 
!     <?php $phpgw->common->phpgw_footer(); ?>
--- 1,32 ----
  <?php
! /**************************************************************************\
! * phpGroupWare - fax                                                       *
! * http://www.phpgroupware.org                                              *
! * This application written by:                                             *
! *                             Marco Andriolo-Stagno <address@hidden>      *
! *                             PROSA <http://www.prosa.it>                  *
! * -------------------------------------------------------------------------*
! * Funding for this program was provided by http://www.seeweb.com           *
! * -------------------------------------------------------------------------*
! *  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$ */
  
!       $phpgw_flags = array('currentapp' => 'manual');
        
!       $phpgw_info['flags'] = $phpgw_flags;
!       include('../../header.inc.php');
!       $appname = 'fax';
!       include(PHPGW_SERVER_ROOT.'/'.$appname.'/setup/setup.inc.php');
  ?>
  
!       <img src="<?php echo $phpgw->common->image($appname,'navbar.gif'); ?>" 
border="0"><p/>
!       <font face="<?php echo $phpgw_info['theme']['font']; ?>" size="2">
!       Version: <b><?php echo $setup_info[$appname]['version']; ?></b>
!       </font>
!       Module to send fax via <a href='http://www.hylafax.org'>HylaFax</a>
!       <?php $phpgw->common->phpgw_footer(); ?>





reply via email to

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