From ecb699eb777c8abdee8d50342f8febfcc722d71f Mon Sep 17 00:00:00 2001 From: Björn Geiger Date: Wed, 13 Apr 2011 18:30:53 +0200 Subject: HTML Fehler korrigiert --- RightRolesBeauty.html | 2 +- application/layouts/default.phtml | 10 +- application/modules/dev/forms/FilterEntriesAdd.php | 2 +- application/modules/fbgui/layouts/fbgui.phtml | 2 +- .../modules/fbgui/views/scripts/index/index.phtml | 2 +- .../modules/fbgui/views/scripts/index/start.phtml | 6 +- application/modules/user/forms/Bootiso.php | 2 +- application/modules/user/forms/Bootos.php | 2 +- application/modules/user/forms/FilterEntry.php | 2 +- application/modules/user/forms/Login.php | 2 +- application/modules/user/layouts/user.phtml | 249 +++++++++++---------- .../user/views/scripts/bootmenu/index.phtml | 2 +- .../modules/user/views/scripts/client/index.phtml | 2 +- .../modules/user/views/scripts/config/index.phtml | 2 +- .../modules/user/views/scripts/group/show.phtml | 2 +- .../modules/user/views/scripts/index/index.phtml | 3 +- .../modules/user/views/scripts/person/index.phtml | 2 +- .../user/views/scripts/person/owndetails.phtml | 2 +- .../modules/user/views/scripts/person/show.phtml | 5 + .../modules/user/views/scripts/pool/index.phtml | 2 +- .../modules/user/views/scripts/preboot/index.phtml | 2 +- .../modules/user/views/scripts/role/add.phtml | 2 +- .../user/views/scripts/role/linkright.phtml | 2 +- library/Pbs/Search.php | 6 +- send-post.html | 2 +- 25 files changed, 163 insertions(+), 154 deletions(-) diff --git a/RightRolesBeauty.html b/RightRolesBeauty.html index 6f5965b..944b462 100644 --- a/RightRolesBeauty.html +++ b/RightRolesBeauty.html @@ -4,7 +4,7 @@ mysql-query: FROM pbs_right r, pbs_rightcategory rc WHERE r.`rightcategoryID` = rc.`rightcategoryID` --> - - - - - + + + +
- -
- -
+ +
+ +
-
- -
-
-
-
hasIdentity()){ - echo 'Angemeldet als '; - $userIDsNamespace = Zend_Session::namespaceGet('userIDs'); - - if(isset($userIDsNamespace['membershipID'])){ - $membershipMapper = new Application_Model_MembershipMapper(); - $membership = new Application_Model_Membership(); - $membershipMapper->find($userIDsNamespace['membershipID'],$membership); - } - if(isset($userIDsNamespace['personID'])){ - $person = new Application_Model_Person(); - $personMapper = new Application_Model_PersonMapper(); - $personMapper->find($userIDsNamespace['personID'],$person); - echo "".$person->getFirstname()." ".$person->getName().""; - } - if(isset($userIDsNamespace['roleID'])){ - echo " in der Rolle "; - - $role = new Application_Model_Role(); - $roleMapper = new Application_Model_RoleMapper(); - $role = $roleMapper->find($userIDsNamespace['roleID']); - echo "".$role->getTitle().""; - } -} -?>
-getControllerName()) . " > " . ucwords($request->getActionName()); -?>
-
layout()->content; ?>
- - +
+ +
+
+
+
hasIdentity()){ + echo 'Angemeldet als '; + $userIDsNamespace = Zend_Session::namespaceGet('userIDs'); + + if(isset($userIDsNamespace['membershipID'])){ + $membershipMapper = new Application_Model_MembershipMapper(); + $membership = new Application_Model_Membership(); + $membershipMapper->find($userIDsNamespace['membershipID'],$membership); + } + if(isset($userIDsNamespace['personID'])){ + $person = new Application_Model_Person(); + $personMapper = new Application_Model_PersonMapper(); + $personMapper->find($userIDsNamespace['personID'],$person); + echo "".$person->getFirstname()." ".$person->getName().""; + } + if(isset($userIDsNamespace['roleID'])){ + echo " in der Rolle "; + + $role = new Application_Model_Role(); + $roleMapper = new Application_Model_RoleMapper(); + $role = $roleMapper->find($userIDsNamespace['roleID']); + echo "".$role->getTitle().""; + } + } + ?> +
+ getControllerName()) . " > " . ucwords($request->getActionName()); + ?> +
+
layout()->content; ?>
+
-
-
- +
+ + down + +
+
- + \ No newline at end of file diff --git a/application/modules/user/views/scripts/bootmenu/index.phtml b/application/modules/user/views/scripts/bootmenu/index.phtml index 332a1a4..e4e490f 100644 --- a/application/modules/user/views/scripts/bootmenu/index.phtml +++ b/application/modules/user/views/scripts/bootmenu/index.phtml @@ -188,7 +188,7 @@ pagination; ?> - -