From c85bf27a4568beb8f2bc8f33a44650beb4b0c064 Mon Sep 17 00:00:00 2001 From: Karl Burkhart Date: Tue, 24 May 2011 14:09:22 +0000 Subject: [PATCH] Layout verbessert --- cis/public/incoming/registration.php | 192 ++++++++++++++------------- 1 file changed, 99 insertions(+), 93 deletions(-) diff --git a/cis/public/incoming/registration.php b/cis/public/incoming/registration.php index b09d55399..fee31783e 100644 --- a/cis/public/incoming/registration.php +++ b/cis/public/incoming/registration.php @@ -51,96 +51,100 @@ $date = new datum(); + + + Login > Registration + + '.$p->t("global/sprache").' + '.$p->t("global/englisch").' | + '.$p->t("global/deutsch").'
+ + + '; + +if(!isset($_POST['submit'])) +{ +echo '
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
'.$p->t('global/titel').' Pre
'.$p->t('global/vorname').'
'.$p->t('global/nachname').'
'.$p->t('global/titel').' Post
'.$p->t('global/geburtsdatum').' (dd.mm.YYYY)
'.$p->t('global/staatsbuergerschaft').'
'.$p->t('global/geschlecht').' '.$p->t('global/mann').' + '.$p->t('global/frau').' +
 
'.$p->t('global/strasse').'
'.$p->t('global/plz').'
'.$p->t('global/ort').'
Nation
E-Mail
'.$p->t('global/anmerkung').'
+
- - - - - -
Login > Registration t("global/sprache")." "; - echo ''.$p->t("global/englisch").' | - '.$p->t("global/deutsch").'
';?>
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
t('global/titel');?> Post
t('global/vorname');?>
t('global/nachname');?>
t('global/titel');?> Pre
t('global/geburtsdatum');?> (dd.mm.YYYY)
t('global/staatsbuergerschaft');?>
t('global/geschlecht');?> t('global/mann');?> - t('global/frau');?> -
 
t('global/strasse');?>
t('global/plz');?>
t('global/ort');?>
Nation
E-Mail
t('global/anmerkung');?>
-
- - -'; +} +echo' +'; + if(isset($_REQUEST['submit'])) { $person = new person();