From 5b72732718cdaeb50746d89d70a84dd2dea6ca51 Mon Sep 17 00:00:00 2001 From: ceb Date: Sun, 29 Sep 2002 02:17:51 +0000 Subject: [PATCH] removed themes --- phpgwapi/themes/black.theme | 47 ------------------------ phpgwapi/themes/blue.theme | 47 ------------------------ phpgwapi/themes/brown.theme | 47 ------------------------ phpgwapi/themes/darkblue.theme | 47 ------------------------ phpgwapi/themes/darkgreen.theme | 47 ------------------------ phpgwapi/themes/default.theme | 58 ----------------------------- phpgwapi/themes/fancy.theme | 46 ----------------------- phpgwapi/themes/greys.theme | 47 ------------------------ phpgwapi/themes/heaven.theme | 46 ----------------------- phpgwapi/themes/idsociety.theme | 61 ------------------------------- phpgwapi/themes/lightblue.theme | 47 ------------------------ phpgwapi/themes/lightbrown.theme | 47 ------------------------ phpgwapi/themes/mojo.theme | 48 ------------------------ phpgwapi/themes/purple.theme | 47 ------------------------ phpgwapi/themes/red.theme | 47 ------------------------ phpgwapi/themes/rose.theme | 47 ------------------------ phpgwapi/themes/submarine.theme | 46 ----------------------- phpgwapi/themes/template2theme.pl | 23 ------------ phpgwapi/themes/theme.template | 36 ------------------ phpgwapi/themes/theme2template.pl | 18 --------- phpgwapi/themes/yellows.theme | 47 ------------------------ 21 files changed, 946 deletions(-) delete mode 100644 phpgwapi/themes/black.theme delete mode 100644 phpgwapi/themes/blue.theme delete mode 100644 phpgwapi/themes/brown.theme delete mode 100644 phpgwapi/themes/darkblue.theme delete mode 100644 phpgwapi/themes/darkgreen.theme delete mode 100644 phpgwapi/themes/default.theme delete mode 100644 phpgwapi/themes/fancy.theme delete mode 100644 phpgwapi/themes/greys.theme delete mode 100644 phpgwapi/themes/heaven.theme delete mode 100755 phpgwapi/themes/idsociety.theme delete mode 100644 phpgwapi/themes/lightblue.theme delete mode 100644 phpgwapi/themes/lightbrown.theme delete mode 100644 phpgwapi/themes/mojo.theme delete mode 100644 phpgwapi/themes/purple.theme delete mode 100644 phpgwapi/themes/red.theme delete mode 100644 phpgwapi/themes/rose.theme delete mode 100644 phpgwapi/themes/submarine.theme delete mode 100755 phpgwapi/themes/template2theme.pl delete mode 100644 phpgwapi/themes/theme.template delete mode 100755 phpgwapi/themes/theme2template.pl delete mode 100644 phpgwapi/themes/yellows.theme diff --git a/phpgwapi/themes/black.theme b/phpgwapi/themes/black.theme deleted file mode 100644 index 7a27f1f7f8..0000000000 --- a/phpgwapi/themes/black.theme +++ /dev/null @@ -1,47 +0,0 @@ - diff --git a/phpgwapi/themes/heaven.theme b/phpgwapi/themes/heaven.theme deleted file mode 100644 index 34de25579f..0000000000 --- a/phpgwapi/themes/heaven.theme +++ /dev/null @@ -1,46 +0,0 @@ - * - * -------------------------------------------- * - * 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$ */ - - $GLOBALS['phpgw_info']['theme']['bg_color'] = '#000000'; - $GLOBALS['phpgw_info']['theme']['bg_text'] = '#00FF33'; - $GLOBALS['phpgw_info']['theme']['vlink'] = '#0000FF'; - $GLOBALS['phpgw_info']['theme']['alink'] = '#999999'; - $GLOBALS['phpgw_info']['theme']['link'] = '#0000FF'; - $GLOBALS['phpgw_info']['theme']['row_on'] = '#909090'; - $GLOBALS['phpgw_info']['theme']['row_off'] = '#808080'; - $GLOBALS['phpgw_info']['theme']['row_text'] = '#000000'; - $GLOBALS['phpgw_info']['theme']['th_bg'] = '#404040'; - $GLOBALS['phpgw_info']['theme']['th_text'] = '#00FF33'; - $GLOBALS['phpgw_info']['theme']['navbar_bg'] = '#00FF33'; - $GLOBALS['phpgw_info']['theme']['navbar_text'] = '#FFFFFF'; - $GLOBALS['phpgw_info']['theme']['table_bg'] = '#00FF33'; - $GLOBALS['phpgw_info']['theme']['table_text'] = '#FFFFFF'; - $GLOBALS['phpgw_info']['theme']['font'] = 'Helvetica'; - $GLOBALS['phpgw_info']['theme']['bg01'] = '#dadada'; - $GLOBALS['phpgw_info']['theme']['bg02'] = '#dad0d0'; - $GLOBALS['phpgw_info']['theme']['bg03'] = '#dacaca'; - $GLOBALS['phpgw_info']['theme']['bg04'] = '#dac0c0'; - $GLOBALS['phpgw_info']['theme']['bg05'] = '#dababa'; - $GLOBALS['phpgw_info']['theme']['bg06'] = '#dab0b0'; - $GLOBALS['phpgw_info']['theme']['bg07'] = '#daaaaa'; - $GLOBALS['phpgw_info']['theme']['bg08'] = '#da9090'; - $GLOBALS['phpgw_info']['theme']['bg09'] = '#da8a8a'; - $GLOBALS['phpgw_info']['theme']['bg10'] = '#da7a7a'; - - // This one is for the calendar only - $GLOBALS['phpgw_info']['theme']['cal_today'] = '#BFBFBF'; - $GLOBALS['phpgw_info']['theme']['cal_dayview'] = '#C0C0C0'; - - // These are for the email only - $GLOBALS['phpgw_info']['theme']['em_folder'] = '#808080'; - $GLOBALS['phpgw_info']['theme']['em_folder_text'] = '#000000'; - diff --git a/phpgwapi/themes/purple.theme b/phpgwapi/themes/purple.theme deleted file mode 100644 index fb6aaa7e8e..0000000000 --- a/phpgwapi/themes/purple.theme +++ /dev/null @@ -1,47 +0,0 @@ - outfile -# by Stephan -# $Id$ -$wrap='$GLOBALS['phpgw_info']['theme']['_KEY_']= '_VAL_''; -print ' ) { - next unless ( $_ =~ /^\s*(\w+)\s*=(.+)/ ); - $k=$1; - $v=$2; - my $foo = $wrap; - $foo =~ s/_KEY_/$k/; - $foo =~ s/_VAL_/$v/; - print '$foo;\n'; -} -print '?>'; diff --git a/phpgwapi/themes/theme.template b/phpgwapi/themes/theme.template deleted file mode 100644 index 730afb45af..0000000000 --- a/phpgwapi/themes/theme.template +++ /dev/null @@ -1,36 +0,0 @@ -# This is a template for making a theme file to run through -# template2theme.pl -# Any line STARTING with xxx=yyy -# will be included in the output. All others are ignored. -bg_color=FBF1C5 -bg_text=000000 -vlink=blue -alink=red -link=blue -row_on=F7E58F -row_off=EAD688 -row_text=000000 -th_bg=C8A63B -th_text=000000 -navbar_bg=F7E58F -navbar_text=000000 -table_bg=EAD688 -table_text=C5AA2B -font=Arial, Helvetica, san-serif -bg01=FBF4D3 -bg02=F9EDB3 -bg03=F5E28B -bg04=F0D866 -bg05=EDCD39 -bg06=D5B211 -bg07=CCAB12 -bg08=C58C13 -bg09=B69910 -bg10=AC9010 - -cal_today=FBF1C5 -cal_dayview=F9E99F - -em_folder=EAD688 -em_folder_text=000000 - diff --git a/phpgwapi/themes/theme2template.pl b/phpgwapi/themes/theme2template.pl deleted file mode 100755 index 2aba7885cd..0000000000 --- a/phpgwapi/themes/theme2template.pl +++ /dev/null @@ -1,18 +0,0 @@ -#!/usr/bin/perl -# Takes a theme file and parses out the properties -# and makes a template file from it. -# Use it like so: -# theme2template.pl < infile > outfile -# by Stephan -# $Id$ - -$t=localtime; -print << 'EOF'; -# template file for making phpGroupWare themes using template2theme.pl - -EOF -while( $_ = ) { - chomp($_); - next unless ( $_ =~ /\$GLOBALS\[\'phpgw_info\'\]\[\'theme\'\]\[\'(.*)\'\].*=.*\'(.*)\'.*/ ); - print '$1=$2\n'; -} diff --git a/phpgwapi/themes/yellows.theme b/phpgwapi/themes/yellows.theme deleted file mode 100644 index 3217fbb48e..0000000000 --- a/phpgwapi/themes/yellows.theme +++ /dev/null @@ -1,47 +0,0 @@ -