phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: sitemgr/sitemgr-site/blocks block-Amazon.php,1.1


From: Michael Totschnig <address@hidden>
Subject: [Phpgroupware-cvs] CVS: sitemgr/sitemgr-site/blocks block-Amazon.php,1.1.1.1,1.2 block-Choose_lang.php,1.2,1.3 block-Current_Section.php,1.3,1.4 block-GoogleSearch.php,1.2,1.3 block-Login.php,1.2,1.3 block-Msn.php,1.1.1.1,1.2 block-Sample_Block.php,1.1.1.1,1.2 block-SiteIndex.php,1.3,1.4 block-Table_of_Contents.php,1.3,1.4 block-Total_Hits.php,1.1.1.1,1.2 block-Who_is_Online.php,1.1.1.1,1.2 block-phpgwCalendar.php,1.3,1.4 block-ystock.php,1.1.1.1,1.2
Date: Thu, 05 Dec 2002 23:56:03 -0500

Update of /cvsroot/phpgroupware/sitemgr/sitemgr-site/blocks
In directory subversions:/tmp/cvs-serv29901/sitemgr-site/blocks

Modified Files:
        block-Amazon.php block-Choose_lang.php 
        block-Current_Section.php block-GoogleSearch.php 
        block-Login.php block-Msn.php block-Sample_Block.php 
        block-SiteIndex.php block-Table_of_Contents.php 
        block-Total_Hits.php block-Who_is_Online.php 
        block-phpgwCalendar.php block-ystock.php 
Log Message:
blockmanager replaces blockconfig.inc.php


Index: block-Amazon.php
===================================================================
RCS file: /cvsroot/phpgroupware/sitemgr/sitemgr-site/blocks/block-Amazon.php,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -r1.1.1.1 -r1.2
*** block-Amazon.php    29 Aug 2002 03:03:17 -0000      1.1.1.1
--- block-Amazon.php    6 Dec 2002 04:56:00 -0000       1.2
***************
*** 1,3 ****
--- 1,6 ----
  <?php
+ /* blockconfig: <title>Amazon</title> */
+ /* blockconfig: <description>Use this block for shoping books</description> */
+ /* blockconfig: <view>0</view> (everybody) */
  
  /************************************************************************/

Index: block-Choose_lang.php
===================================================================
RCS file: 
/cvsroot/phpgroupware/sitemgr/sitemgr-site/blocks/block-Choose_lang.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** block-Choose_lang.php       5 Dec 2002 22:15:00 -0000       1.2
--- block-Choose_lang.php       6 Dec 2002 04:56:00 -0000       1.3
***************
*** 1,3 ****
--- 1,6 ----
  <?php
+ /* blockconfig: <title>Choose language</title> */
+ /* blockconfig: <description>This block lets users of multilingual sites 
change language</description> */
+ /* blockconfig: <view>0</view> (everybody) */
  
  if (eregi("block-Choose_lang.php", $PHP_SELF)) {
***************
*** 12,17 ****
    return $GLOBALS['phpgw']->db->f('lang_name');
  }
- 
- $title = lang('Choose langugage');
  
  if ($GLOBALS['sitemgr_info']['sitelanguages'])
--- 15,18 ----

Index: block-Current_Section.php
===================================================================
RCS file: 
/cvsroot/phpgroupware/sitemgr/sitemgr-site/blocks/block-Current_Section.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** block-Current_Section.php   18 Sep 2002 00:25:37 -0000      1.3
--- block-Current_Section.php   6 Dec 2002 04:56:00 -0000       1.4
***************
*** 1,3 ****
--- 1,6 ----
  <?php
+ /* blockconfig: <title>Current Section</title> */
+ /* blockconfig: <description>This block displays the current 
section</description> */
+ /* blockconfig: <view>0</view> (everybody) */
  if (eregi("block-SiteIndex.php",$PHP_SELF)) {
        Header("Location: index.php");

Index: block-GoogleSearch.php
===================================================================
RCS file: 
/cvsroot/phpgroupware/sitemgr/sitemgr-site/blocks/block-GoogleSearch.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** block-GoogleSearch.php      5 Dec 2002 22:15:00 -0000       1.2
--- block-GoogleSearch.php      6 Dec 2002 04:56:00 -0000       1.3
***************
*** 1,4 ****
  <?php
! 
  /************************************************************************/
  /* PHP-NUKE: Web Portal System                                          */
--- 1,6 ----
  <?php
! /* blockconfig: <title>Google</title> */
! /* blockconfig: <description>Interface to Google website</description> */
! /* blockconfig: <view>0</view> (everybody) */
  /************************************************************************/
  /* PHP-NUKE: Web Portal System                                          */
***************
*** 18,22 ****
  }
  
- $title = lang('Google Search');
  $content = '<form action="http://www.google.com/search"; name=f>';
  $content .= '<img src="images/Google_25wht.gif" border="0" align="middle" 
hspace="0" vspace="0"><br>';
--- 20,23 ----

Index: block-Login.php
===================================================================
RCS file: /cvsroot/phpgroupware/sitemgr/sitemgr-site/blocks/block-Login.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** block-Login.php     5 Dec 2002 22:15:00 -0000       1.2
--- block-Login.php     6 Dec 2002 04:56:00 -0000       1.3
***************
*** 1,4 ****
  <?php
! 
  /************************************************************************/
  /* PHP-NUKE: Web Portal System                                          */
--- 1,6 ----
  <?php
! /* blockconfig: <title>Login</title> */
! /* blockconfig: <description>This block displays a login form</description> */
! /* blockconfig: <view>3</view> (anonymous) */
  /************************************************************************/
  /* PHP-NUKE: Web Portal System                                          */
***************
*** 18,22 ****
  }
  
- $title = lang('Login');
  $boxstuff = '<form name="login" action="'.phpgw_link('/login.php').'" 
method="post">';
  $boxstuff .= '<input type="hidden" name="passwd_type" value="text">';
--- 20,23 ----

Index: block-Msn.php
===================================================================
RCS file: /cvsroot/phpgroupware/sitemgr/sitemgr-site/blocks/block-Msn.php,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -r1.1.1.1 -r1.2
*** block-Msn.php       29 Aug 2002 03:03:18 -0000      1.1.1.1
--- block-Msn.php       6 Dec 2002 04:56:00 -0000       1.2
***************
*** 1,3 ****
--- 1,6 ----
  <?
+ /* blockconfig: <title>Headlines</title> */
+ /* blockconfig: <description>MSN</description> */
+ /* blockconfig: <view>0</view> (everybody) */
   if (eregi("block-Msn.php",$PHP_SELF)) {
        Header("Location: index.php");

Index: block-Sample_Block.php
===================================================================
RCS file: 
/cvsroot/phpgroupware/sitemgr/sitemgr-site/blocks/block-Sample_Block.php,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -r1.1.1.1 -r1.2
*** block-Sample_Block.php      29 Aug 2002 03:03:18 -0000      1.1.1.1
--- block-Sample_Block.php      6 Dec 2002 04:56:00 -0000       1.2
***************
*** 1,4 ****
  <?php
! 
  /************************************************************************/
  /* PHP-NUKE: Web Portal System                                          */
--- 1,6 ----
  <?php
! /* blockconfig: <title>Sample block</title> */
! /* blockconfig: <description>This is just a sample</description> */
! /* blockconfig: <view>0</view> (everybody) */
  /************************************************************************/
  /* PHP-NUKE: Web Portal System                                          */

Index: block-SiteIndex.php
===================================================================
RCS file: 
/cvsroot/phpgroupware/sitemgr/sitemgr-site/blocks/block-SiteIndex.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** block-SiteIndex.php 5 Dec 2002 22:15:00 -0000       1.3
--- block-SiteIndex.php 6 Dec 2002 04:56:00 -0000       1.4
***************
*** 1,3 ****
--- 1,6 ----
  <?php
+ /* blockconfig: <title>Root Site Index</title> */
+ /* blockconfig: <description>This block displays the root 
categories</description> */
+ /* blockconfig: <view>0</view> (everybody) */
  if (eregi("block-SiteIndex.php",$PHP_SELF)) {
        Header("Location: index.php");
***************
*** 5,9 ****
  }
  
-       $title = lang('Root Site Index');
        $bo = new bo;
        $indexarray = $bo->getIndex(false,true);
--- 8,11 ----

Index: block-Table_of_Contents.php
===================================================================
RCS file: 
/cvsroot/phpgroupware/sitemgr/sitemgr-site/blocks/block-Table_of_Contents.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** block-Table_of_Contents.php 5 Dec 2002 22:15:00 -0000       1.3
--- block-Table_of_Contents.php 6 Dec 2002 04:56:00 -0000       1.4
***************
*** 1,3 ****
--- 1,6 ----
  <?php
+ /* blockconfig: <title>Table of contents</title> */
+ /* blockconfig: <description>This block displays the site's table of 
contents</description> */
+ /* blockconfig: <view>0</view> (everybody) */
  if (eregi("block-Table_of_Contents.php",$PHP_SELF)) {
        Header("Location: index.php");
***************
*** 5,9 ****
  }
  
-       $title = lang('Table of Contents');
        $bo = new bo;
        $indexarray = $bo->getCatLinks();
--- 8,11 ----

Index: block-Total_Hits.php
===================================================================
RCS file: 
/cvsroot/phpgroupware/sitemgr/sitemgr-site/blocks/block-Total_Hits.php,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -r1.1.1.1 -r1.2
*** block-Total_Hits.php        29 Aug 2002 03:03:18 -0000      1.1.1.1
--- block-Total_Hits.php        6 Dec 2002 04:56:00 -0000       1.2
***************
*** 1,4 ****
  <?php
! 
  ########################################################################
  # PHP-Nuke Block: Total Hits v0.1                                      #
--- 1,6 ----
  <?php
! /* blockconfig: <title>total hits</title> */
! /* blockconfig: <description>???</description> */
! /* blockconfig: <view>0</view> (everybody) */
  ########################################################################
  # PHP-Nuke Block: Total Hits v0.1                                      #

Index: block-Who_is_Online.php
===================================================================
RCS file: 
/cvsroot/phpgroupware/sitemgr/sitemgr-site/blocks/block-Who_is_Online.php,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -r1.1.1.1 -r1.2
*** block-Who_is_Online.php     29 Aug 2002 03:03:18 -0000      1.1.1.1
--- block-Who_is_Online.php     6 Dec 2002 04:56:00 -0000       1.2
***************
*** 1,4 ****
  <?php
! 
  ########################################################################
  # PHP-Nuke Block: Total Hits v0.1                                      #
--- 1,6 ----
  <?php
! /* blockconfig: <title>Who is online</title> */
! /* blockconfig: <description>???</description> */
! /* blockconfig: <view>1</view> (phpgw users) */
  ########################################################################
  # PHP-Nuke Block: Total Hits v0.1                                      #

Index: block-phpgwCalendar.php
===================================================================
RCS file: 
/cvsroot/phpgroupware/sitemgr/sitemgr-site/blocks/block-phpgwCalendar.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** block-phpgwCalendar.php     30 Aug 2002 10:37:15 -0000      1.3
--- block-phpgwCalendar.php     6 Dec 2002 04:56:00 -0000       1.4
***************
*** 1,4 ****
  <?php
! 
        global $sitemgr_info;
  
--- 1,6 ----
  <?php
! /* blockconfig: <title>Your Calendar</title> */
! /* blockconfig: <description>This block displays the current 
month</description> */
! /* blockconfig: <view>0</view> (everybody) */
        global $sitemgr_info;
  

Index: block-ystock.php
===================================================================
RCS file: /cvsroot/phpgroupware/sitemgr/sitemgr-site/blocks/block-ystock.php,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -r1.1.1.1 -r1.2
*** block-ystock.php    29 Aug 2002 03:03:18 -0000      1.1.1.1
--- block-ystock.php    6 Dec 2002 04:56:00 -0000       1.2
***************
*** 1,4 ****
  <?php
! 
  /************************************************************************/
  /* PHP-NUKE: Web Portal System                                          */
--- 1,6 ----
  <?php
! /* blockconfig: <title>Stock Quotes</title> */
! /* blockconfig: <description>Display stock quotes from yahoo</description> */
! /* blockconfig: <view>0</view> (everybody) */
  /************************************************************************/
  /* PHP-NUKE: Web Portal System                                          */





reply via email to

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