From e5fcbd73596db87bb5cd24e1ba91cf735549b3c3 Mon Sep 17 00:00:00 2001 From: Björn Geiger Date: Tue, 12 Apr 2011 14:54:50 +0200 Subject: verschiedene Korrekturen --- .../modules/user/views/scripts/person/index.phtml | 216 +++++++++++---------- 1 file changed, 117 insertions(+), 99 deletions(-) (limited to 'application/modules/user/views/scripts/person/index.phtml') diff --git a/application/modules/user/views/scripts/person/index.phtml b/application/modules/user/views/scripts/person/index.phtml index 8f91cfd..1304299 100644 --- a/application/modules/user/views/scripts/person/index.phtml +++ b/application/modules/user/views/scripts/person/index.phtml @@ -1,108 +1,126 @@ -

Own Details

-editRight === true) echo $this->formButton('editperson', 'Edit', array( - 'onclick' => 'self.location="/user/person/edit/"', - 'class' => 'rightbutton'))?> -
-
-
-
Title: person->getTitle(); ?>
-
-
-
-
-
-
Name: person->getName(); ?>
-
-
-
-
-
-
Firstname: person->getFirstname(); ?>
-
-
-
-
-
-
Street: person->getStreet(); ?>
-
-
-
-
-
-
Housenumber: person->getHousenumber(); ?>
-
-
-
-
-
-
City: person->getCity(); ?>
-
-
-
-
-
-
Postalcode: person->getPostalcode(); ?>
-
-
-
-
-
-
Email: person->getEmail(); ?>
-
-
-
-
-
-
Last Login Date: person->getLogindate()) echo date ('d. F Y - H:i', $this->person->getLogindate()) . " Uhr"; ?>
-
-
-
-
-
-
Register Date: person->getRegisterdate()) . ' Uhr'; ?>
-
-
-
-
-
-

Member in the following Groups:

-groupRequestRight === true) echo $this->formButton('addtogroup', 'Add to additional -Groups', array( - 'onclick' => 'self.location="/user/person/request/"', - 'class' => 'addbutton')); ?> -
groups)==0) -echo "You are in no group." ?> groups as $group): ?> +

Persons Overview

+searchform; ?> +
+
Available searchfilter:
+
title
+
name
+
firstname
+
email
+
+ +
personList)==0) +echo "There are no Persons to display." ?> personList as $k => $person): ?> userIDsNamespace['membershipID']) +if($person->getID() == $this->userIDsNamespace['personID']) $class= 'highlight checked'; ?>
+getID() != $this->userIDsNamespace['personID']) { + ?> +
+
Person
+ +
+
- -
- -
- -
 
-
+ array( + 'module' => 'user', + 'controller' => 'person', + 'action' => 'edit' + ), + 'default', + true);?>"> Edit Person + deleteRight === true) { ?> Delete Account + showOtherRight === true) { + ?> Show Person + editOtherRight === true) { + ?> Edit Person + deleteOtherRight === true) { + ?> Delete Account +
+
getTitle(); ?> getFirstname(); ?> getName(); ?>
+
getEmail(); ?>
+
- - pagination; - ?> \ No newline at end of file + + +pagination; ?> + + -- cgit v1.2.3-55-g7522