Commit

commit 8b66d57338fbfd302d71efd53e6ea0d58b8417e5
Author: Jan Dankert 
Date:   Sun Nov 6 21:37:29 2011 +0100

    Neu: Darstellung einer Workbench mit Perspektiven.

 action/TreeAction.class.php                        |  39 +-
 action/WorkbenchAction.class.php                   |  41 ++
 action/WorkbenchAction.ini.php                     |   7 +
 language/de.ini.php                                |  53 +-
 themes/default/css/layout.css                      | 556 ++++++++++++++++++---
 themes/default/images/icon/window/maximize.gif     | Bin 0 -> 859 bytes
 themes/default/images/icon/window/menu.gif         | Bin 0 -> 90 bytes
 themes/default/images/icon/window/window.gif       | Bin 0 -> 90 bytes
 themes/default/include/html/button.inc.php         |   4 +-
 themes/default/include/html/link.inc.php           |  13 +-
 themes/default/include/html/window-end.inc.php     |  15 +-
 themes/default/include/html/window.inc.php         |   9 +-
 themes/default/js/openrat.js                       | 249 ++++++++-
 .../layout/perspective/administration.ini.php      |  25 +
 .../default/layout/perspective/administration.php  |  24 +
 themes/default/layout/perspective/header.php       |  76 +++
 themes/default/layout/perspective/login.ini.php    |   8 +
 themes/default/layout/perspective/login.php        |  10 +
 themes/default/layout/perspective/normal.ini.php   |  26 +
 themes/default/layout/perspective/normal.php       |  17 +
 themes/default/layout/perspective/start.ini.php    |   8 +
 themes/default/layout/perspective/start.php        |  10 +
 themes/default/templates/login/login.tpl.src.php   |   5 +-
 .../templates/start/projectmenu.tpl.src.php        |   2 +-
 themes/default/templates/title/show.tpl.src.php    |   4 +-
 util/AdministrationTree.class.php                  |  12 +-
 util/ProjectTree.class.php                         |  34 +-
 util/TreeElement.class.php                         |   1 +
 28 files changed, 1108 insertions(+), 140 deletions(-)