e1f44b2ced513e151f39f0e913be79a5b936bd45
Bernd Wurst In neues Modul ausgelagert

Bernd Wurst authored 6 years ago

modules/handles/list.php   1) <?php
modules/handles/list.php   2) /*
modules/handles/list.php   3) This file belongs to the Webinterface of schokokeks.org Hosting
modules/handles/list.php   4) 
Bernd Wurst Copyright year update

Bernd Wurst authored 6 years ago

modules/handles/list.php   5) Written 2008-2018 by schokokeks.org Hosting, namely
Bernd Wurst In neues Modul ausgelagert

Bernd Wurst authored 6 years ago

modules/handles/list.php   6)   Bernd Wurst <bernd@schokokeks.org>
modules/handles/list.php   7)   Hanno Böck <hanno@schokokeks.org>
modules/handles/list.php   8) 
modules/handles/list.php   9) To the extent possible under law, the author(s) have dedicated all copyright and related and neighboring rights to this software to the public domain worldwide. This software is distributed without any warranty.
modules/handles/list.php  10) 
modules/handles/list.php  11) You should have received a copy of the CC0 Public Domain Dedication along with this software. If not, see 
modules/handles/list.php  12) http://creativecommons.org/publicdomain/zero/1.0/
modules/handles/list.php  13) 
modules/handles/list.php  14) Nevertheless, in case you use a significant part of this code, we ask (but not require, see the license) that you keep the authors' names in place and return your changes to the public. We would be especially happy if you tell us what you're going to do with this code.
modules/handles/list.php  15) */
modules/handles/list.php  16) 
Bernd Wurst Umbenennung Datenbank handl...

Bernd Wurst authored 6 years ago

modules/contacts/list.php 17) require_once('contacts.php');
Bernd Wurst In neues Modul ausgelagert

Bernd Wurst authored 6 years ago

modules/handles/list.php  18) require_once('inc/debug.php');
modules/handles/list.php  19) 
modules/handles/list.php  20) require_once('session/start.php');
modules/handles/list.php  21) 
modules/handles/list.php  22) 
modules/handles/list.php  23) require_role(array(ROLE_CUSTOMER));
modules/handles/list.php  24) 
modules/handles/list.php  25) title("Adressen verwalten");
modules/handles/list.php  26) 
modules/handles/list.php  27) 
Bernd Wurst Umbenennung Datenbank handl...

Bernd Wurst authored 6 years ago

modules/contacts/list.php 28) $contacts = get_contacts();
modules/contacts/list.php 29) $kundenkontakte = get_kundenkontakte();
Bernd Wurst In neues Modul ausgelagert

Bernd Wurst authored 6 years ago

modules/handles/list.php  30) 
modules/handles/list.php  31) output('<p>Sie haben aktuell diese Adressen gespeichert:</p>
modules/handles/list.php  32) <table>
modules/handles/list.php  33) <tr><th>#</th><th>Name</th><th>Adresse</th><th>E-Mail</th><th>Verwendung</th><th>Aktionen</th></tr>
modules/handles/list.php  34) ');
Bernd Wurst Umbenennung Datenbank handl...

Bernd Wurst authored 6 years ago

modules/contacts/list.php 35) foreach ($contacts as $id => $contact) {
modules/contacts/list.php 36)     $adresse = nl2br($contact['address']."\n".$contact['country'].'-'.$contact['zip'].' '.$contact['city']);
Bernd Wurst $usage ist ein array

Bernd Wurst authored 6 years ago

modules/handles/list.php  37)     $usage = array();
Bernd Wurst Umbenennung Datenbank handl...

Bernd Wurst authored 6 years ago

modules/contacts/list.php 38)     if ($id == $kundenkontakte['kunde']) {
Bernd Wurst $usage ist ein array

Bernd Wurst authored 6 years ago

modules/handles/list.php  39)         $usage[] = 'Stamm-Adresse';
Bernd Wurst In neues Modul ausgelagert

Bernd Wurst authored 6 years ago

modules/handles/list.php  40)     }
Bernd Wurst Umbenennung Datenbank handl...

Bernd Wurst authored 6 years ago

modules/contacts/list.php 41)     if ($id == $kundenkontakte['extern']) {
Bernd Wurst $usage ist ein array

Bernd Wurst authored 6 years ago

modules/handles/list.php  42)         $usage[] = 'Ersatz-Adresse';
Bernd Wurst In neues Modul ausgelagert

Bernd Wurst authored 6 years ago

modules/handles/list.php  43)     }
Bernd Wurst Umbenennung Datenbank handl...

Bernd Wurst authored 6 years ago

modules/contacts/list.php 44)     if ($id == $kundenkontakte['rechnung']) {
Bernd Wurst $usage ist ein array

Bernd Wurst authored 6 years ago

modules/handles/list.php  45)         $usage[] = 'Rechnungs-Adresse';
Bernd Wurst In neues Modul ausgelagert

Bernd Wurst authored 6 years ago

modules/handles/list.php  46)     }
Bernd Wurst Umbenennung Datenbank handl...

Bernd Wurst authored 6 years ago

modules/contacts/list.php 47)     if ($contact['nic_handle']) {
Bernd Wurst $usage ist ein array

Bernd Wurst authored 6 years ago

modules/handles/list.php  48)         $usage[] = 'Domain-Kontakt';
modules/handles/list.php  49)     }
modules/handles/list.php  50)     $usage = join(', ', $usage);
Bernd Wurst Umbenennung Datenbank handl...

Bernd Wurst authored 6 years ago

modules/contacts/list.php 51)     $email = $contact['email'];
Bernd Wurst E-Mail-Adresse verifizieren...

Bernd Wurst authored 6 years ago

modules/handles/list.php  52)     $new_email = update_pending($id);
modules/handles/list.php  53)     if ($new_email) {
Bernd Wurst Zeige alte und neue Adresse...

Bernd Wurst authored 6 years ago

modules/handles/list.php  54)         $email = "<strike>$email</strike><br/>".$new_email.footnote('Die E-Mail-Adresse wurde noch nicht bestätigt');
Bernd Wurst E-Mail-Adresse verifizieren...

Bernd Wurst authored 6 years ago

modules/handles/list.php  55)     }
Bernd Wurst Zeige bestehende Daten in d...

Bernd Wurst authored 6 years ago

modules/contacts/list.php 56)     output("<tr><td>{$contact['id']}</td><td><strong>".internal_link('edit', $contact['name'], 'id='.$contact['id'])."</strong></td><td>$adresse</td><td>$email</td><td>$usage</td><td>...</td></tr>");
Bernd Wurst In neues Modul ausgelagert

Bernd Wurst authored 6 years ago

modules/handles/list.php  57) }
modules/handles/list.php  58) output('</table>');
modules/handles/list.php  59) output("<br />");
Bernd Wurst Zeige bestehende Daten in d...

Bernd Wurst authored 6 years ago

modules/contacts/list.php 60) addnew('edit', 'Neuen Kontakt erstellen', 'id=new');