phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] phpgwapi/templates/idots head.inc.php, 1.5 navbar.inc


From: powerstat
Subject: [Phpgroupware-cvs] phpgwapi/templates/idots head.inc.php, 1.5 navbar.inc.php, 1.6
Date: Thu, 28 Apr 2005 10:11:00 +0200

Update of phpgwapi/templates/idots

Modified Files:
     Branch: MAIN
            head.inc.php lines: +8 -11
            navbar.inc.php lines: +38 -12

Log Message:
phpdocs added to the rest outside inc

====================================================
Index: phpgwapi/templates/idots/head.inc.php
diff -u phpgwapi/templates/idots/head.inc.php:1.4 
phpgwapi/templates/idots/head.inc.php:1.5
--- phpgwapi/templates/idots/head.inc.php:1.4   Thu Dec 30 06:47:34 2004
+++ phpgwapi/templates/idots/head.inc.php       Thu Apr 28 08:11:59 2005
@@ -1,15 +1,12 @@
 <?php
-       
/**************************************************************************\
-       * phpGroupWare                                                          
   *
-       * http://www.phpgroupware.org                                           
   *
-       * --------------------------------------------                          
   *
-       *  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$ */
+       /**
+       * Template header
+       * @copyright Copyright (C) 2003-2005 Free Software Foundation, Inc. 
http://www.fsf.org/
+       * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
+       * @package phpgwapi
+       * @subpackage gui
+       * @version $Id: head.inc.php,v 1.4 2004/12/30 06:47:34 skwashd Exp
+       */

        $bodyheader = '';


====================================================
Index: phpgwapi/templates/idots/navbar.inc.php
diff -u phpgwapi/templates/idots/navbar.inc.php:1.5 
phpgwapi/templates/idots/navbar.inc.php:1.6
--- phpgwapi/templates/idots/navbar.inc.php:1.5 Mon Jan 17 14:04:27 2005
+++ phpgwapi/templates/idots/navbar.inc.php     Thu Apr 28 08:11:59 2005
@@ -1,16 +1,20 @@
 <?php
-       
/**************************************************************************\
-       * phpGroupWare                                                          
   *
-       * http://www.phpgroupware.org                                           
   *
-       * --------------------------------------------                          
   *
-       *  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$ */
-
+       /**
+       * Template navigation bar
+       * @copyright Copyright (C) 2003-2005 Free Software Foundation, Inc. 
http://www.fsf.org/
+       * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
+       * @package phpgwapi
+       * @subpackage gui
+       * @version $Id$
+       */
+
+
+       /**
+       * Parse navigation var
+       *
+       * @param boolean $force
+       * @ignore
+       */
        function parse_navbar($force = False)
        {
                $GLOBALS['idots_tpl'] = 
createobject('phpgwapi.Template',PHPGW_TEMPLATE_DIR);
@@ -151,6 +155,15 @@
                return;
        }

+
+       /**
+       * Display sidebox
+       *
+       * @param string $appname
+       * @param string $menu_title
+       * @param string $file
+       * @param boolean $use_lang
+       */
        function display_sidebox($appname, $menu_title, $file, $use_lang = True)
        {

@@ -169,6 +182,15 @@
                }
        }

+
+       /**
+       * Sidebox menu item
+       *
+       * @param string $item_link
+       * @param string $item_text
+       * @param string $item_image
+       * @param boolean $use_lang
+       */
        function sidebox_menu_item($item_link='', $item_text='', 
$item_image='', $use_lang = True)
        {
                if($item_text == '_NewLine_')
@@ -186,6 +208,10 @@
                }
        }

+       /**
+       * Parse navigation bar end
+       * @ignore
+       */
        function parse_navbar_end()
        {
                $GLOBALS['idots_tpl'] = 
createobject('phpgwapi.Template',PHPGW_TEMPLATE_DIR);






reply via email to

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