a49d0dd37a57fac599c46eb643c386fec0673285
Bernd Wurst Added license tags for CC0,...

Bernd Wurst authored 12 years ago

1) <?php
2) /*
3) This file belongs to the Webinterface of schokokeks.org Hosting
4) 
Hanno Böck Change license from CC0 to...

Hanno Böck authored 1 year ago

5) Written by schokokeks.org Hosting, namely
Bernd Wurst Added license tags for CC0,...

Bernd Wurst authored 12 years ago

6)   Bernd Wurst <bernd@schokokeks.org>
7)   Hanno Böck <hanno@schokokeks.org>
8) 
Hanno Böck Change license from CC0 to...

Hanno Böck authored 1 year ago

9) This code is published under a 0BSD license.
Bernd Wurst Added license tags for CC0,...

Bernd Wurst authored 12 years ago

10) 
11) 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.
12) */
Bernd Wurst Login-page angepasst

Bernd Wurst authored 5 years ago

13) ?><!DOCTYPE html>
Hanno Böck Fehler von W3C validator fixen

Hanno Böck authored 4 years ago

14) <html lang="de">
Hanno Böck add charset to html so we c...

Hanno Böck authored 3 months ago

15) <head><meta charset="UTF-8">
bernd Umstellung auf Theme-Suppor...

bernd authored 13 years ago

16) 
Bernd Wurst Login-page angepasst

Bernd Wurst authored 5 years ago

17) <meta name="viewport" content="width=device-width, initial-scale=1.0">
18) 
Hanno Update codingstyle accordin...

Hanno authored 5 years ago

19) <?php
Hanno Fix coding style with php-c...

Hanno authored 5 years ago

20) if ($title) {
21)     echo "<title>$title - Administration</title>";
22) } else {
23)     echo "<title>Administration</title>";
24) }
bernd Umstellung auf Theme-Suppor...

bernd authored 13 years ago

25) ?>
Hanno Böck remove obsolete type attrib...

Hanno Böck authored 3 months ago

26) <link rel="stylesheet" href="<?php echo $THEME_PATH; ?>style.css" media="screen" title="Normal">
27) <link rel="icon" href="<?php echo $THEME_PATH; ?>favicon.ico">
bernd Umstellung auf Theme-Suppor...

bernd authored 13 years ago

28) <?php echo $html_header; ?>
Bernd Wurst Login-Screen mit Umschalter...

Bernd Wurst authored 2 months ago

29) <script src="<?php echo $prefix; ?>js/common.js"></script>
Hanno Böck Fehler von W3C validator fixen

Hanno Böck authored 4 years ago

30) <script src="<?php echo $THEME_PATH; ?>script.js"></script>
Bernd Wurst Login-Screen mit Umschalter...

Bernd Wurst authored 2 months ago

31) <script src="<?php echo $THEME_PATH; ?>page-login.js"></script>
bernd Umstellung auf Theme-Suppor...

bernd authored 13 years ago

32) </head>
33) 
bernd Username-Feld beim Login fo...

bernd authored 12 years ago

34) <body onload="javascript:document.getElementById('username').focus();">
bernd Umstellung auf Theme-Suppor...

bernd authored 13 years ago

35) <div><a href="#content" style="display: none;">Zum Inhalt</a></div>
36) 
Hanno Böck Fehler von W3C validator fixen

Hanno Böck authored 4 years ago

37) <a href="javascript:void(0);" class="menuicon" id="showmenu" onclick="showMenu()"><img src="<?php echo $THEME_PATH; ?>images/bars.svg" alt=""><span id="showmenutext">Menü</span></a>
Hanno Böck Add autocomplete values to...

Hanno Böck authored 3 months ago

38) <a href="<?php echo $BASE_PATH; ?>" class="logo"><img src="<?php echo $THEME_PATH; ?>images/schokokeks.png" width="190" height="141" alt="schokokeks.org Hosting"></a>
Bernd Wurst Login-page angepasst

Bernd Wurst authored 5 years ago

39) <div class="sidebar" id="sidebar">
bernd Umstellung auf Theme-Suppor...

bernd authored 13 years ago

40) 
Bernd Wurst Login-page angepasst

Bernd Wurst authored 5 years ago

41) <div class="menu">
bernd Umstellung auf Theme-Suppor...

bernd authored 13 years ago

42) <?php echo $menu; ?>
Bernd Wurst Login-page angepasst

Bernd Wurst authored 5 years ago

43) </div>
44) <div class="userinfo">
bernd Umstellung auf Theme-Suppor...

bernd authored 13 years ago

45) <?php echo $userinfo; ?>
Bernd Wurst Login-page angepasst

Bernd Wurst authored 5 years ago

46) </div>
bernd Umstellung auf Theme-Suppor...

bernd authored 13 years ago

47) </div>
48) 
49) <div class="content">
50) <a id="content" style="display: none"> </a>
51) 
52) <?php
53) if ($messages) {
Hanno Fix coding style with php-c...

Hanno authored 5 years ago

54)     echo $messages;
bernd Umstellung auf Theme-Suppor...

bernd authored 13 years ago

55) }
56) ?>
57) 
Bernd Wurst Neues Layout der Rechnungen...

Bernd Wurst authored 9 years ago

58) <h3 class="headline">schokokeks.org Hosting Webinterface</h3>
Hanno Böck URLs von http nach https

Hanno Böck authored 7 years ago

59) <p>Auf dieser Seite können Sie diverse Einstellungen Ihres Accounts auf schokokeks.org Hosting festlegen. Sofern Sie noch kein Kunde von schokokeks.org Hosting sind, können Sie diese Seite nicht benutzen. Besuchen Sie in diesem Fall bitte unsere <a href="https://schokokeks.org">öffentliche Seite</a>.</p>
Hanno Böck Fehler von W3C validator fixen

Hanno Böck authored 4 years ago

60) <form method="post">
Bernd Wurst Login-Screen mit Umschalter...

Bernd Wurst authored 2 months ago

61) <div class="login_chooser">
62) <p>Anmelden als:</p>
63) <p class="login_option active" id="login_option_useraccount">Benutzeraccount</p><p class="login_option" id="login_option_mailbox">E-Mail-Postfach</p><p class="login_option" id="login_option_customerno">Kundennummer</p>
64) <p class="login_option_help">Über Ihren Benutzeraccount legen Sie alle Einstellungen fest.</p>
65) 
66) <p class="login_field"><label for="username" class="login_label">Benutzername:</label> <input type="text" id="username" name="webinterface_username" size="30" autocomplete="username"></p>
Hanno Böck Add autocomplete values to...

Hanno Böck authored 3 months ago

67) <p class="login_field"><label for="password" class="login_label">Passwort:</label> <input type="password" id="password" name="webinterface_password" size="30" autocomplete="current-password"> &nbsp; (<a href="<?php echo $BASE_PATH; ?>go/index/lost_password">Passwort vergessen?</a>)</p>
68) <p><span class="login_label">&#160;</span> <input type="submit" value="Anmelden"></p>
Bernd Wurst Login-Screen mit Umschalter...

Bernd Wurst authored 2 months ago

69) </div>
Hanno Böck fix HTML on loginpage

Hanno Böck authored 2 months ago

70) </form>
Bernd Wurst Ermögliche Kunden sich eine...

Bernd Wurst authored 10 years ago

71) <p>Sie können sich hier mit Ihrem System-Benutzernamen, Ihrer E-Mail-Adresse oder Ihrer Kundennummer (jeweils mit zugehörigem Passwort) anmelden. Je nach gewählten Daten erhalten Sie unterschiedliche Zugriffsrechte.</p>
Bernd Wurst Erlaube das Wiederherstelle...

Bernd Wurst authored 5 years ago

72) <?php /* <p>Sollten Sie Ihr Benutzer-Passwort nicht mehr kennen, wenden Sie sich bitte an den Support. Passwörter für E-Mail-Konten kann der Eigentümer des Benutzeraccounts neu setzen.</p> */ ?>
bernd Umstellung auf Theme-Suppor...

bernd authored 13 years ago

73) 
Bernd Wurst merge passkeys feature

Bernd Wurst authored 5 months ago

74) <p id="certlogin"><em><a href="../../certlogin/?destination=go/<?php echo $go; ?>"  >Mit einem Client-Zertifikat anmelden</a></em> (<a href="../../go/index/certinfo"  >Wie geht das?</a>)</p>
bernd Umstellung auf Theme-Suppor...

bernd authored 13 years ago

75) 
76) 
Bernd Wurst Funktion für Fußnoten einge...

Bernd Wurst authored 6 years ago

77) <?php if ($footnotes) {
78)     echo '<div class="footnotes">';
Hanno Böck Fix some typos

Hanno Böck authored 2 weeks ago

79)     foreach ($footnotes as $num => $explanation) {
80)         echo '<p>' . str_repeat('*', $num + 1) . ': ' . $explanation . '</p>';
Bernd Wurst Funktion für Fußnoten einge...

Bernd Wurst authored 6 years ago

81)     }
82)     echo '</div>';
83) } ?>
bernd Umstellung auf Theme-Suppor...

bernd authored 13 years ago

84) </div>
85) 
86) <div class="foot">
Hanno Böck Rechtschreibung, typos

Hanno Böck authored 11 months ago

87) <p>Sollten Sie auf dieser Administrations-Oberfläche ein Problem entdecken oder Hilfe benötigen, schreiben Sie bitte eine einfache eMail an <a href="mailto:root@schokokeks.org">root@schokokeks.org</a>. Unser <a href="https://schokokeks.org/kontakt">Impressum</a> finden Sie auf der <a href="https://schokokeks.org/">öffentlichen Seite</a>. Lizenzinformationen zu diesem Webinterface und verwendeten Rechten finden Sie, <a href="<?php echo $BASE_PATH; ?>go/about/about">indem Sie hier klicken</a>.</p>