phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] phpgwapi/templates/desktop head.inc.php, 1.3 navbar.i


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

Update of phpgwapi/templates/desktop

Modified Files:
     Branch: MAIN
            head.inc.php lines: +6 -3
            navbar.inc.php lines: +33 -4
            null.php lines: +8 -1

Log Message:
phpdocs added to the rest outside inc

====================================================
Index: phpgwapi/templates/desktop/head.inc.php
diff -u phpgwapi/templates/desktop/head.inc.php:1.2 
phpgwapi/templates/desktop/head.inc.php:1.3
--- phpgwapi/templates/desktop/head.inc.php:1.2 Thu Dec 30 06:47:34 2004
+++ phpgwapi/templates/desktop/head.inc.php     Thu Apr 28 08:11:59 2005
@@ -1,14 +1,17 @@
 <?php
  /**
  * phpGroupWare desktop template
- * @author Dave Hall dave.hall at mbox.com.au
- * @copyright Copyright (C) 2004 Free Software Foundation http://www.fsf.org/
+ * @author Dave Hall <dave.hall at mbox.com.au>
+ * @copyright Copyright (C) 2004-2005 Free Software Foundation 
http://www.fsf.org/
  * @license http://www.gnu.org/licenses/gpl.html GNU General Public License
  * @package phpgwapi
  * @subpackage gui
  * @version $Id$
  */

+       /**
+       * Include Desktop template main class
+       */
        include_once(PHPGW_INCLUDE_ROOT . 
'/phpgwapi/templates/desktop/inc/class.desktop.inc.php');
        $GLOBALS['desktop'] = new desktop;


====================================================
Index: phpgwapi/templates/desktop/navbar.inc.php
diff -u phpgwapi/templates/desktop/navbar.inc.php:1.2 
phpgwapi/templates/desktop/navbar.inc.php:1.3
--- phpgwapi/templates/desktop/navbar.inc.php:1.2       Thu Dec 30 06:47:34 2004
+++ phpgwapi/templates/desktop/navbar.inc.php   Thu Apr 28 08:11:59 2005
@@ -1,30 +1,59 @@
 <?php
  /**
- * phpGroupWare desktop template
- * @author Dave Hall dave.hall at mbox.com.au
- * @copyright Copyright (C) 2004 Free Software Foundation http://www.fsf.org/
+ * phpGroupWare desktop template navigation bar
+ * @author Dave Hall <dave.hall at mbox.com.au>
+ * @copyright Copyright (C) 2004-2005 Free Software Foundation 
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['desktop']->navbar_render();
        }


+       /**
+       * Display sidebox
+       *
+       * @param string $appname
+       * @param string $menu_title
+       * @param string $file
+       * @param boolean $use_lang
+       * @ignore
+       */
        function display_sidebox($appname, $menu_title, $file, $use_lang = True)
        {
                //TODO Make this work
        }

+
+       /**
+       * Sidebox menu item
+       *
+       * @param string $item_link
+       * @param string $item_text
+       * @param string $item_image
+       * @param boolean $use_lang
+       * @ignore
+       */
        function sidebox_menu_item($item_link='', $item_text='', 
$item_image='', $use_lang = True)
        {
                //TODO Make this work
        }

+       /**
+       * Parse navigation bar end
+       * @ignore
+       */
        function parse_navbar_end()
        {
                $GLOBALS['desktop']->footer_render();

====================================================
Index: phpgwapi/templates/desktop/null.php
diff -u phpgwapi/templates/desktop/null.php:1.2 
phpgwapi/templates/desktop/null.php:1.3
--- phpgwapi/templates/desktop/null.php:1.2     Thu Dec 30 06:47:34 2004
+++ phpgwapi/templates/desktop/null.php Thu Apr 28 08:11:59 2005
@@ -1,5 +1,12 @@
 <?php
-       //this script does nothing - it is just a holder for the iframe
+       /**
+       * This script does nothing - it is just a holder for the iframe
+       * @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$
+       */
 ?>
 <html>
        <head>






reply via email to

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