Commit

commit b7ce695bef2518b1d1cb243746eb7508ffff1fc4
Author: dankert 
Date:   Thu Dec 23 22:23:59 2010 +0100

    Refactoring: Umstellung der kompletten Oberfläche von Frames auf framefreie Darstellung. Preview! Noch funktioniert nicht alles, wie es soll.

 actionClasses/Action.class.php                     |  62 +-
 actionClasses/FileAction.class.php                 |  20 +-
 actionClasses/FileAction.ini.php                   |  12 +-
 actionClasses/FolderAction.ini.php                 |  16 +-
 actionClasses/IndexAction.class.php                |  28 +-
 actionClasses/IndexAction.ini.php                  |  14 +-
 actionClasses/LoginAction.class.php                |  86 ---
 actionClasses/PageAction.class.php                 |  13 +-
 actionClasses/PageAction.ini.php                   |  13 +-
 actionClasses/TitleAction.class.php                |   4 +-
 actionClasses/TreeAction.class.php                 |  72 +-
 do.php                                             | 390 +++++++---
 objectClasses/File.class.php                       |   5 +-
 objectClasses/Page.class.php                       |   8 +-
 serviceClasses/Html.class.php                      |   4 +
 serviceClasses/ProjectTree.class.php               |  73 +-
 serviceClasses/TemplateEngine.class.php            |   7 +-
 serviceClasses/include.inc.php                     |  14 +-
 textClasses/include.inc.php                        |   2 +-
 themes/default/css/base.css                        | 124 ++-
 themes/default/include/elements.ini.php            |   5 +-
 themes/default/include/html/button.inc.php         |  12 +
 themes/default/include/html/input.inc.php          |   2 +-
 themes/default/include/html/insert.inc.php         |   4 +
 themes/default/include/html/link.inc.php           |   7 +-
 themes/default/include/html/page-end.inc.php       |   3 +-
 themes/default/include/html/page.inc.php           |  36 +-
 themes/default/include/html/part-end.inc.php       |   2 +
 themes/default/include/html/part.inc.php           |  14 +
 themes/default/include/html/window-end.inc.php     |   2 -
 themes/default/include/html/window.inc.php         |  89 ++-
 themes/default/pages/html/index/login.tpl.php      | 847 +++++++++++++++++++++
 themes/default/pages/view.php                      |  52 ++
 themes/default/templates/file/show.tpl.src.php     |   6 +
 themes/default/templates/object/rights.tpl.src.php |   4 +-
 themes/default/templates/page/prop.tpl.src.php     |   4 +
 themes/default/templates/page/show.tpl.src.php     |   6 +
 themes/default/templates/profile/edit.tpl.src.php  |   4 +
 themes/default/templates/title/show.tpl.src.php    |  74 +-
 themes/default/templates/tree/show.tpl.src.php     |  62 +-
 40 files changed, 1676 insertions(+), 526 deletions(-)