phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] brewer index.php, 1.2, 1.2.4.1 add.php, 1.2, NONE bat


From: Dave Hall <address@hidden>
Subject: [Phpgroupware-cvs] brewer index.php, 1.2, 1.2.4.1 add.php, 1.2, NONE batches.php, 1.3, NONE beer.php, 1.7, NONE delete.php, 1.2, NONE edit.php, 1.4, NONE hops.php, 1.3, NONE malts.php, 1.3, NONE recipes.php, 1.4, NONE std_test.php, 1.1, NONE styles.php, 1.3, NONE view.php, 1.4, NONE view_recipe.php, 1.3, NONE yeasts.php, 1.3, NONE
Date: Fri, 10 Oct 2003 07:11:30 +0000

Update of /cvsroot/phpgroupware/brewer
In directory subversions:/tmp/cvs-serv22181

Modified Files:
      Tag: Version-0_9_16-branch
        index.php 
Removed Files:
      Tag: Version-0_9_16-branch
        add.php batches.php beer.php delete.php edit.php hops.php 
        malts.php recipes.php std_test.php styles.php view.php 
        view_recipe.php yeasts.php 
Log Message:
removing brewer


--- hops.php DELETED ---

--- yeasts.php DELETED ---

--- add.php DELETED ---

--- styles.php DELETED ---

--- view.php DELETED ---

--- std_test.php DELETED ---

--- edit.php DELETED ---

--- view_recipe.php DELETED ---

Index: index.php
===================================================================
RCS file: /cvsroot/phpgroupware/brewer/index.php,v
retrieving revision 1.2
retrieving revision 1.2.4.1
diff -C2 -d -r1.2 -r1.2.4.1
*** index.php   11 Sep 2001 12:38:28 -0000      1.2
--- index.php   10 Oct 2003 07:11:26 -0000      1.2.4.1
***************
*** 1,7 ****
  <?php
    /**************************************************************************\
!   * phpGroupWare - phpgw_brewer                                              *
    * http://www.phpgroupware.org                                              *
!   * Written by Joseph Engo <address@hidden>                          *
    * --------------------------------------------                             *
    *  This program is free software; you can redistribute it and/or modify it *
--- 1,7 ----
  <?php
    /**************************************************************************\
!   * phpGroupWare - Brewer Holder                                             *
    * http://www.phpgroupware.org                                              *
!   * This file is written by Dave Hall - skwashd at phpgroupware.org          *
    * --------------------------------------------                             *
    *  This program is free software; you can redistribute it and/or modify it *
***************
*** 14,83 ****
  
        $GLOBALS['phpgw_info']['flags'] = array(
!               'noheader'    => True,
!               'nonavbar'    => True,
!               'noappheader' => True,
!               'currentapp'  => 'brewer'
        );
        include('../header.inc.php');
  
!       if($mode)
!       {
!               $link = 'mode=select&id=' . $id;
!       }
!       if ($type)
!       {
!               $redir = $type .'s.php';
!               if (file_exists(PHPGW_APP_ROOT . SEP . $type . 'es.php'))
!               {
!                       $redir = $type .'es.php';
!               }
!               Header('Location: ' . $GLOBALS['phpgw']->link('/brewer/' . 
$redir));
!       }
! 
!       $GLOBALS['phpgw']->common->phpgw_header();
!       echo parse_navbar();
! 
!       echo '<br>' . lang('Brewer') . '<br><br>' . "\n";
!       echo '<table>' . "\n";
! 
!       if(!$link)
!       {
!               echo '  <tr>' . "\n";
!               echo '    <td>' . "\n";
!               echo '<a href="' . 
$GLOBALS['phpgw']->link('/brewer/styles.php') . '">' . lang('Styles') . '</a>' 
. "\n";
!               echo '    </td>' . "\n";
!               echo '  </tr>' . "\n";
! 
!               echo '  <tr>' . "\n";
!               echo '    <td>' . "\n";
!               echo '<a href="' . 
$GLOBALS['phpgw']->link('/brewer/recipes.php') . '">' . lang('Recipes') . 
'</a>' . "\n";
!               echo '    </td>' . "\n";
!               echo '  </tr>' . "\n";
! /*
!               echo '  <tr>' . "\n";
!               echo '    <td>' . "\n";
!               echo '<a href="' . 
$GLOBALS['phpgw']->link('/brewer/batches.php') . '">' . lang('Batches') . 
'</a>' . "\n";
!               echo '    </td>' . "\n";
!               echo '  </tr>' . "\n";*/
!       }
! 
!       echo '  <tr>' . "\n";
!       echo '    <td>' . "\n";
!       echo '<a href="' . $GLOBALS['phpgw']->link('/brewer/malts.php',$link) . 
'">' . lang('Malts') . '</a>' . "\n";
!       echo '    </td>' . "\n";
!       echo '  </tr>' . "\n";
! 
!       echo '  <tr>' . "\n";
!       echo '    <td>' . "\n";
!       echo '<a href="' . $GLOBALS['phpgw']->link('/brewer/yeasts.php',$link) 
. '">' . lang('Yeasts') . '</a>' . "\n";
!       echo '    </td>' . "\n";
!       echo '  </tr>' . "\n";
  
-       echo '  <tr>' . "\n";
-       echo '    <td>' . "\n";
-       echo '<a href="' . $GLOBALS['phpgw']->link('/brewer/hops.php',$link) . 
'">' . lang('Hops') . '</a>' . "\n";
-       echo '    </td>' . "\n";
-       echo '  </tr>' . "\n";
-       echo '</table>' . "\n";
  
        $GLOBALS['phpgw']->common->phpgw_footer();
--- 14,24 ----
  
        $GLOBALS['phpgw_info']['flags'] = array(
!               'currentapp'  => 'brewer',
        );
        include('../header.inc.php');
  
!       echo 'This application has been removed from phpGroupWare. Please '
!               . 'ask your system administrator to run setup to remove it. ';
  
  
        $GLOBALS['phpgw']->common->phpgw_footer();

--- malts.php DELETED ---

--- delete.php DELETED ---

--- beer.php DELETED ---

--- batches.php DELETED ---

--- recipes.php DELETED ---





reply via email to

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