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 Mobile-CSS in das default-t...

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 Mobile-CSS in das default-t...

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="shortcut icon" href="<?php echo $THEME_PATH; ?>favicon.ico" type="image/x-icon" />
27) <?php echo $html_header; ?>
Bernd Wurst Neues Layout der Rechnungen...

Bernd Wurst authored 9 years ago

28) <link rel="stylesheet" href="<?php echo $THEME_PATH; ?>style.css" type="text/css" media="screen" title="Normal" />
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) 
32) <body>
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 Mobile-CSS in das default-t...

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 Mobile-CSS in das default-t...

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 Mobile-CSS in das default-t...

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 Mobile-CSS in das default-t...

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
Bernd Wurst Warnungen nicht wie Fehler...

Bernd Wurst authored 4 years ago

51) if ($headline) {
52)     echo "<h3 class=\"headline\">$headline</h3>";
bernd Umstellung auf Theme-Suppor...

bernd authored 13 years ago

53) }
54) ?>
55) 
Hanno Update codingstyle accordin...

Hanno authored 5 years ago

56) <?php
Bernd Wurst Warnungen nicht wie Fehler...

Bernd Wurst authored 4 years ago

57) if ($messages) {
58)     echo $messages;
bernd Umstellung auf Theme-Suppor...

bernd authored 13 years ago

59) }
60) ?>
61) 
62) <?php echo $content; ?>
63) 
Bernd Wurst Funktion für Fußnoten einge...

Bernd Wurst authored 6 years ago

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

Hanno authored 5 years ago

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

Bernd Wurst authored 6 years ago

68)     }
69)     echo '</div>';
70) } ?>
bernd Umstellung auf Theme-Suppor...

bernd authored 13 years ago

71) </div>
72) <div class="foot">
Hanno Böck Rechtschreibung, typos

Hanno Böck authored 11 months ago

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