cf4fbd453e8634a08af0e0f407d3923fb4f930e1
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">
bernd Umstellung auf Theme-Suppor...

bernd authored 13 years ago

15) <head>
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) ?>
26) <link rel="stylesheet" href="<?php echo $THEME_PATH; ?>style.css" type="text/css" media="screen" title="Normal" />
27) <link rel="shortcut icon" href="<?php echo $THEME_PATH; ?>favicon.ico" type="image/x-icon" />
28) <?php echo $html_header; ?>
Hanno Böck Fehler von W3C validator fixen

Hanno Böck authored 4 years ago

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

bernd authored 13 years ago

30) </head>
31) 
bernd Username-Feld beim Login fo...

bernd authored 12 years ago

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

bernd authored 13 years ago

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

Hanno Böck authored 4 years ago

35) <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>
Bernd Wurst Login-page angepasst

Bernd Wurst authored 5 years ago

36) <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>
37) <div class="sidebar" id="sidebar">
bernd Umstellung auf Theme-Suppor...

bernd authored 13 years ago

38) 
Bernd Wurst Login-page angepasst

Bernd Wurst authored 5 years ago

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

bernd authored 13 years ago

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

Bernd Wurst authored 5 years ago

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

bernd authored 13 years ago

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

Bernd Wurst authored 5 years ago

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

bernd authored 13 years ago

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

Hanno authored 5 years ago

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

bernd authored 13 years ago

53) }
54) ?>
55) 
Bernd Wurst Neues Layout der Rechnungen...

Bernd Wurst authored 9 years ago

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

Hanno Böck authored 7 years ago

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

58) <form method="post">
Bernd Wurst Gestaltung der Login-Seite...

Bernd Wurst authored 5 years ago

59) <p class="login_field"><label for="username" class="login_label">Benutzername oder E-Mail-Adresse:</label> <input type="text" id="username" name="webinterface_username" size="30" /></p>
Bernd Wurst Passwort-Vergessen-Funktion...

Bernd Wurst authored 3 years ago

60) <p class="login_field"><label for="password" class="login_label">Passwort:</label> <input type="password" id="password" name="webinterface_password" size="30" /> &nbsp; (<a href="<?php echo $BASE_PATH; ?>go/index/lost_password">Passwort vergessen?</a>)</p>
bernd Umstellung auf Theme-Suppor...

bernd authored 13 years ago

61) <p><span class="login_label">&#160;</span> <input type="submit" value="Anmelden" /></p>
62) </form>
Bernd Wurst Ermögliche Kunden sich eine...

Bernd Wurst authored 10 years ago

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

64) <?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

65) 
Bernd Wurst Login-Seite geändert, so da...

Bernd Wurst authored 10 years ago

66) <p><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

67) 
68) 
Bernd Wurst Funktion für Fußnoten einge...

Bernd Wurst authored 6 years ago

69) <?php if ($footnotes) {
70)     echo '<div class="footnotes">';
71)     foreach ($footnotes as $num => $explaination) {
Hanno Fix coding style with php-c...

Hanno authored 5 years ago

72)         echo '<p>'.str_repeat('*', $num+1).': '.$explaination.'</p>';
Bernd Wurst Funktion für Fußnoten einge...

Bernd Wurst authored 6 years ago

73)     }
74)     echo '</div>';
75) } ?>
bernd Umstellung auf Theme-Suppor...

bernd authored 13 years ago

76) </div>
77) 
78) <div class="foot">
Hanno Böck Rechtschreibung, typos

Hanno Böck authored 11 months ago

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