Commit

commit 6c571c7e8be04cf9180fbff4b1753065be0560b9
Author: Jan Dankert 
Date:   Thu Nov 30 23:59:21 2017 +0100

    Komponenten "table" und "selector" umgestellt auf eine Klasse.

 functions/common.inc.php                           |   4 +
 themes/default/include/elements.ini.php            |   6 +-
 themes/default/include/html/Component.class.php    | 210 +++++++----
 themes/default/include/html/group/group.css        |  41 +--
 themes/default/include/html/if/If.class.php        |   4 +-
 .../include/html/selector/Selector.class.php       |  35 ++
 .../include/html/selector/selector-begin.inc.php   |   7 -
 themes/default/include/html/table/Table.class.php  |  28 ++
 .../default/include/html/table/table-begin.inc.php |  28 --
 .../default/include/html/table/table-end.inc.php   |   6 -
 themes/default/templates/file/edit.tpl.out.php     |  44 +++
 themes/default/templates/file/info.tpl.out.php     | 361 +++++++++++++++++++
 themes/default/templates/file/preview.tpl.out.php  |  36 ++
 themes/default/templates/file/prop.tpl.out.php     | 108 ++++++
 themes/default/templates/folder/create.tpl.out.php | 244 +++++++++++++
 .../templates/folder/createfile.tpl.out.php        | 129 +++++++
 themes/default/templates/folder/edit.tpl.out.php   | 325 +++++------------
 themes/default/templates/folder/info.tpl.out.php   |  72 ++++
 .../default/templates/folder/preview.tpl.out.php   | 158 ++++++++
 themes/default/templates/folder/prop.tpl.out.php   |  16 +-
 themes/default/templates/folder/pub.tpl.out.php    | 190 ++++++++++
 .../default/templates/folder/structure.tpl.out.php |  27 +-
 themes/default/templates/group/edit.tpl.out.php    |  62 ++++
 .../templates/group/memberships.tpl.out.php        | 128 +++++++
 themes/default/templates/link/edit.tpl.out.php     |  87 +++++
 themes/default/templates/link/prop.tpl.out.php     |  63 ++++
 .../default/templates/link/structure.tpl.out.php   |  24 ++
 themes/default/templates/login/license.tpl.out.php |  74 +---
 themes/default/templates/login/login.tpl.out.php   | 183 +++-------
 themes/default/templates/object/copy.tpl.src.xml   |   4 +-
 themes/default/templates/object/rights.tpl.out.php | 268 +++++---------
 themes/default/templates/page/edit.tpl.out.php     |  36 +-
 themes/default/templates/page/prop.tpl.out.php     |  20 +-
 .../default/templates/page/structure.tpl.out.php   |   4 +-
 .../default/templates/pageelement/edit.tpl.src.xml |   2 +-
 .../default/templates/pageelement/info.tpl.src.xml |   2 +-
 .../default/templates/pageelement/prop.tpl.src.xml |   2 +-
 .../templates/profile/memberships.tpl.out.php      |  62 ++++
 themes/default/templates/project/edit.tpl.src.xml  |   6 +-
 .../templates/start/applications.tpl.out.php       | 114 ++++++
 .../templates/start/projectmenu.tpl.out.php        | 201 +++++++++++
 .../start/userprojecttimeline.tpl.out.php          | 139 +++++++
 themes/default/templates/title/ping.tpl.out.php    |   2 +-
 themes/default/templates/title/show.tpl.out.php    | 400 ++++++---------------
 themes/default/templates/tree/settings.tpl.out.php | 113 ++++++
 themes/default/templates/tree/tree.tpl.out.php     |   4 +-
 themes/default/templates/user/edit.tpl.src.xml     |   4 +-
 themes/default/templates/user/info.tpl.out.php     | 103 ++++++
 .../default/templates/user/memberships.tpl.out.php | 126 +++++++
 util/TemplateEngine.class.php                      |   2 +-
 50 files changed, 3200 insertions(+), 1114 deletions(-)