f2550e90ad37215b9d890155806986336bf0170c
bernd Neues Jabber-Modul (noch ni...

bernd authored 16 years ago

1) <?php
2) 
3) require_once('session/start.php');
4) 
bernd Domain-Klasse benutzen

bernd authored 16 years ago

5) require_once('class/domain.php');
bernd Neues Jabber-Modul (noch ni...

bernd authored 16 years ago

6) require_once('jabberaccounts.php');
7) 
8) require_role(ROLE_CUSTOMER);
9) 
bernd Neue Jabber-Domains selbst...

bernd authored 14 years ago

10) $section = 'jabber_accounts';
bernd Benutze überall title() sta...

bernd authored 13 years ago

11) title("Neues Jabber-Konto erstellen");
bernd Neues Jabber-Modul (noch ni...

bernd authored 16 years ago

12) 
13) $jabberdomains = get_jabberable_domains();
14) 
bernd schokokeks.org-Domain ist w...

bernd authored 16 years ago

15) DEBUG($jabberdomains);
16) 
bernd Neues Jabber-Modul (noch ni...

bernd authored 16 years ago

17) $options = '';
18) foreach ($jabberdomains as $dom)
19) {
bernd Domain-Klasse benutzen

bernd authored 16 years ago

20)   $options .= '<option value="'.$dom->id.'">'.$dom->fqdn.'</option>'."\n";
bernd Neues Jabber-Modul (noch ni...

bernd authored 16 years ago

21) }
22) 
23) 
bernd Jabber-Sync-intervall höher

bernd authored 16 years ago

24) output('<p>Erstellen Sie hier ein neues Jabber-Konto. Ihre Änderungen werden nach ca. 10 Minuten automatisch in das System übertragen. Accounts funktionieren also nicht unmittelbar nach dem Anlegen.</p>
bernd Neues Jabber-Modul (noch ni...

bernd authored 16 years ago

25) 
bernd eliminate .php extensions f...

bernd authored 15 years ago

26) '.html_form('jabber_new_account', 'save', 'action=new', '
bernd Neues Jabber-Modul (noch ni...

bernd authored 16 years ago

27) <table>
bernd Entities repariert

bernd authored 16 years ago

28) <tr><td>Account-Name:</td><td><input type="text" name="local" value="" />&#160;@&#160;<select name="domain" size="1">