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-GoogleSearch.


From: Patrick Walsh <address@hidden>
Subject: [Phpgroupware-cvs] CVS: /sitemgr/sitemgr-site/blocks block-GoogleSearch.php,1.1.1.1,1.1.1.1.2.1 block-Login.php,1.1.1.1,1.1.1.1.2.1 block-SiteIndex.php,1.2,1.2.2.1 block-Table_of_Contents.php,1.2,1.2.2.1
Date: Fri, 18 Oct 2002 19:22:24 -0400

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

Modified Files:
      Tag: Version-0_9_14-branch
        block-GoogleSearch.php block-Login.php block-SiteIndex.php 
        block-Table_of_Contents.php 
Log Message:
Lang'ed sitemgr-site (thanks to Michael Totschnig)


Index: block-GoogleSearch.php
===================================================================
RCS file: 
/cvsroot/phpgroupware//sitemgr/sitemgr-site/blocks/block-GoogleSearch.php,v
retrieving revision 1.1.1.1
retrieving revision 1.1.1.1.2.1
diff -C2 -r1.1.1.1 -r1.1.1.1.2.1
*** block-GoogleSearch.php      29 Aug 2002 03:03:17 -0000      1.1.1.1
--- block-GoogleSearch.php      18 Oct 2002 23:22:22 -0000      1.1.1.1.2.1
***************
*** 18,22 ****
  }
  
! $title = '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>';
--- 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>';
***************
*** 24,28 ****
  $content .= '<input type=hidden name=ie value="ISO-8859-1">';
  $content .= '<input maxLength=256 size=20 name=q value=""><br>';
! $content .= '<input type=submit value="Google Search" name=btnG></center>';
  $content .= '</form>';
  
--- 24,28 ----
  $content .= '<input type=hidden name=ie value="ISO-8859-1">';
  $content .= '<input maxLength=256 size=20 name=q value=""><br>';
! $content .= '<input type=submit value="' . lang('Google Search') . '" 
name=btnG></center>';
  $content .= '</form>';
  

Index: block-Login.php
===================================================================
RCS file: /cvsroot/phpgroupware//sitemgr/sitemgr-site/blocks/block-Login.php,v
retrieving revision 1.1.1.1
retrieving revision 1.1.1.1.2.1
diff -C2 -r1.1.1.1 -r1.1.1.1.2.1
*** block-Login.php     29 Aug 2002 03:03:17 -0000      1.1.1.1
--- block-Login.php     18 Oct 2002 23:22:22 -0000      1.1.1.1.2.1
***************
*** 18,34 ****
  }
  
! $title = 'Login';
  $boxstuff = '<form name="login" action="'.phpgw_link('/login.php').'" 
method="post">';
  $boxstuff .= '<input type="hidden" name="passwd_type" value="text">';
  $boxstuff .= '<input type="hidden" name="phpgw_forward" value="/sitemgr/">';
! $boxstuff .= '<center><font class="content">Login Name<br>';
  $boxstuff .= '<input type="text" name="login" size="8" value=""><br>';
! $boxstuff .= 'Password<br>';
  $boxstuff .= '<input name="passwd" size="8" type="password"><br>';
! $boxstuff .= '<input type="submit" value="Login" name="submitit">';
  $boxstuff .= '</font></center></form>';
! $boxstuff .= '<center><font class="content">Don\'t have an account?  ';
  $boxstuff .= '<a href="'.phpgw_link('/registration/index.php').'">';
! $boxstuff .= 'Register for one now.</a></font></center>';
  
  $content = $boxstuff;
--- 18,34 ----
  }
  
! $title = lang('Login');
  $boxstuff = '<form name="login" action="'.phpgw_link('/login.php').'" 
method="post">';
  $boxstuff .= '<input type="hidden" name="passwd_type" value="text">';
  $boxstuff .= '<input type="hidden" name="phpgw_forward" value="/sitemgr/">';
! $boxstuff .= '<center><font class="content">' . lang('Login Name') .'<br>';
  $boxstuff .= '<input type="text" name="login" size="8" value=""><br>';
! $boxstuff .= lang('Password') . '<br>';
  $boxstuff .= '<input name="passwd" size="8" type="password"><br>';
! $boxstuff .= '<input type="submit" value="' . lang('Login') .'" 
name="submitit">';
  $boxstuff .= '</font></center></form>';
! $boxstuff .= '<center><font class="content">' . lang("Don't have an 
account?") .'  ';
  $boxstuff .= '<a href="'.phpgw_link('/registration/index.php').'">';
! $boxstuff .= lang('Register for one now.') . '</a></font></center>';
  
  $content = $boxstuff;

Index: block-SiteIndex.php
===================================================================
RCS file: 
/cvsroot/phpgroupware//sitemgr/sitemgr-site/blocks/block-SiteIndex.php,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -C2 -r1.2 -r1.2.2.1
*** block-SiteIndex.php 5 Sep 2002 06:57:52 -0000       1.2
--- block-SiteIndex.php 18 Oct 2002 23:22:22 -0000      1.2.2.1
***************
*** 5,9 ****
  }
  
!       $title = 'Root Site Index';
        $bo = new bo;
        $indexarray = $bo->getIndex(false,true);
--- 5,9 ----
  }
  
!       $title = lang('Root Site Index');
        $bo = new bo;
        $indexarray = $bo->getIndex(false,true);
***************
*** 34,41 ****
        }
        $content .= "\n</table>";
!       $content .= '<br>&nbsp;&nbsp;<i><a 
href="'.sitemgr_link2('/index.php','index=1').'"><font size="1">(View full 
index)</font></a></i>';
        if (count($indexarray)==0)
        {
!               $content='You do not have access to any content on this site.';
        }
  ?>
--- 34,41 ----
        }
        $content .= "\n</table>";
!       $content .= '<br>&nbsp;&nbsp;<i><a 
href="'.sitemgr_link2('/index.php','index=1').'"><font size="1">(' . lang('View 
full index') . ')</font></a></i>';
        if (count($indexarray)==0)
        {
!               $content=lang('You do not have access to any content on this 
site.');
        }
  ?>

Index: block-Table_of_Contents.php
===================================================================
RCS file: 
/cvsroot/phpgroupware//sitemgr/sitemgr-site/blocks/block-Table_of_Contents.php,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -C2 -r1.2 -r1.2.2.1
*** block-Table_of_Contents.php 5 Sep 2002 06:57:52 -0000       1.2
--- block-Table_of_Contents.php 18 Oct 2002 23:22:22 -0000      1.2.2.1
***************
*** 5,9 ****
  }
  
!       $title = 'Table of Contents';
        $bo = new bo;
        $indexarray = $bo->getCatLinks();
--- 5,9 ----
  }
  
!       $title = lang('Table of Contents');
        $bo = new bo;
        $indexarray = $bo->getCatLinks();
***************
*** 23,27 ****
        if (count($indexarray)==0)
        {
!               $content='You do not have access to any content on this site.';
        }
  ?>
--- 23,27 ----
        if (count($indexarray)==0)
        {
!               $content=lang('You do not have access to any content on this 
site.');
        }
  ?>





reply via email to

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