e74237ebc91d111a7a300413fe4d9fc04e19c2a3
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 Neues Jabber-Modul (noch ni...

bernd authored 16 years ago

11) $title = "Neues Jabber-Konto erstellen";
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) 
24) output("<h3>Neuen Jabber-Account erstellen</h3>");
25) 
bernd Jabber-Sync-intervall höher

bernd authored 16 years ago

26) 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

27) 
bernd eliminate .php extensions f...

bernd authored 15 years ago

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

bernd authored 16 years ago

29) <table>
bernd Entities repariert

bernd authored 16 years ago

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