23c50b6858f94d5abb7af26209056f8f97b8dd7b
Bernd Wurst Login am Webiterface mit Go...

Bernd Wurst authored 11 years ago

themes/default/page-googleauth-login.tpl.php   1) <?php
themes/default/page-googleauth-login.tpl.php   2) /*
themes/default/page-googleauth-login.tpl.php   3) This file belongs to the Webinterface of schokokeks.org Hosting
themes/default/page-googleauth-login.tpl.php   4) 
Bernd Wurst Copyright year update

Bernd Wurst authored 6 years ago

themes/default/page-webmailtotp-login.tpl.php  5) Written 2008-2018 by schokokeks.org Hosting, namely
Bernd Wurst Login am Webiterface mit Go...

Bernd Wurst authored 11 years ago

themes/default/page-googleauth-login.tpl.php   6)   Bernd Wurst <bernd@schokokeks.org>
themes/default/page-googleauth-login.tpl.php   7)   Hanno Böck <hanno@schokokeks.org>
themes/default/page-googleauth-login.tpl.php   8) 
themes/default/page-googleauth-login.tpl.php   9) To the extent possible under law, the author(s) have dedicated all copyright and related and neighboring rights to this software to the public domain worldwide. This software is distributed without any warranty.
themes/default/page-googleauth-login.tpl.php  10) 
Hanno Fix coding style with php-c...

Hanno authored 5 years ago

themes/default/page-webmailtotp-login.tpl.php 11) You should have received a copy of the CC0 Public Domain Dedication along with this software. If not, see
Hanno Böck URLs von http nach https

Hanno Böck authored 7 years ago

themes/default/page-webmailtotp-login.tpl.php 12) https://creativecommons.org/publicdomain/zero/1.0/
Bernd Wurst Login am Webiterface mit Go...

Bernd Wurst authored 11 years ago

themes/default/page-googleauth-login.tpl.php  13) 
themes/default/page-googleauth-login.tpl.php  14) 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.
themes/default/page-googleauth-login.tpl.php  15) */
themes/default/page-googleauth-login.tpl.php  16) ?><?xml version="1.0" encoding="utf-8"?>
themes/default/page-googleauth-login.tpl.php  17) <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
themes/default/page-googleauth-login.tpl.php  18)     "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
themes/default/page-googleauth-login.tpl.php  19) 
themes/default/page-googleauth-login.tpl.php  20) <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de">
themes/default/page-googleauth-login.tpl.php  21) <head>
themes/default/page-googleauth-login.tpl.php  22) 
Hanno Update codingstyle accordin...

Hanno authored 5 years ago

themes/default/page-webmailtotp-login.tpl.php 23) <?php
Hanno Fix coding style with php-c...

Hanno authored 5 years ago

themes/default/page-webmailtotp-login.tpl.php 24) if ($title) {
themes/default/page-webmailtotp-login.tpl.php 25)     echo "<title>$title - Administration</title>";
themes/default/page-webmailtotp-login.tpl.php 26) } else {
themes/default/page-webmailtotp-login.tpl.php 27)     echo "<title>Administration</title>";
themes/default/page-webmailtotp-login.tpl.php 28) }
Bernd Wurst Login am Webiterface mit Go...

Bernd Wurst authored 11 years ago

themes/default/page-googleauth-login.tpl.php  29) ?>
themes/default/page-googleauth-login.tpl.php  30) <link rel="stylesheet" href="<?php echo $THEME_PATH; ?>style.css" type="text/css" media="screen" title="Normal" />
themes/default/page-googleauth-login.tpl.php  31) <link rel="shortcut icon" href="<?php echo $THEME_PATH; ?>favicon.ico" type="image/x-icon" />
themes/default/page-googleauth-login.tpl.php  32) <?php echo $html_header; ?>
themes/default/page-googleauth-login.tpl.php  33) </head>
themes/default/page-googleauth-login.tpl.php  34) 
themes/default/page-googleauth-login.tpl.php  35) <body onload="javascript:document.getElementById('code').focus();">
themes/default/page-googleauth-login.tpl.php  36) <div><a href="#content" style="display: none;">Zum Inhalt</a></div>
themes/default/page-googleauth-login.tpl.php  37) 
themes/default/page-googleauth-login.tpl.php  38) <div class="menu">
themes/default/page-googleauth-login.tpl.php  39) <a href="<?php echo $BASE_PATH; ?>"><img src="<?php echo $THEME_PATH; ?>images/schokokeks.png" width="190" height="141" alt="schokokeks.org Hosting" /></a>
themes/default/page-googleauth-login.tpl.php  40) 
themes/default/page-googleauth-login.tpl.php  41) <?php echo $menu; ?>
themes/default/page-googleauth-login.tpl.php  42) 
themes/default/page-googleauth-login.tpl.php  43) <?php echo $userinfo; ?>
themes/default/page-googleauth-login.tpl.php  44) 
themes/default/page-googleauth-login.tpl.php  45) </div>
themes/default/page-googleauth-login.tpl.php  46) 
themes/default/page-googleauth-login.tpl.php  47) <div class="content">
themes/default/page-googleauth-login.tpl.php  48) <a id="content" style="display: none"> </a>
themes/default/page-googleauth-login.tpl.php  49) 
themes/default/page-googleauth-login.tpl.php  50) <?php
themes/default/page-googleauth-login.tpl.php  51) if ($messages) {
Hanno Fix coding style with php-c...

Hanno authored 5 years ago

themes/default/page-webmailtotp-login.tpl.php 52)     echo $messages;
Bernd Wurst Login am Webiterface mit Go...

Bernd Wurst authored 11 years ago

themes/default/page-googleauth-login.tpl.php  53) }
themes/default/page-googleauth-login.tpl.php  54) ?>
themes/default/page-googleauth-login.tpl.php  55) 
Bernd Wurst Neues Layout der Rechnungen...

Bernd Wurst authored 9 years ago

themes/default/page-webmailtotp-login.tpl.php 56) <h3 class="headline">Sicherheits-Code</h3>
Bernd Wurst Umbenennung Google-Auth nac...

Bernd Wurst authored 11 years ago

themes/default/page-webmailtotp-login.tpl.php 57) <p>Ihr Zugang ist mit Zwei-Faktor-Anmeldung geschützt. Sie müssen daher jetzt noch den aktuellsten Code Ihres TOTP-Geräts eingeben.</p>
Bernd Wurst Login am Webiterface mit Go...

Bernd Wurst authored 11 years ago

themes/default/page-googleauth-login.tpl.php  58) <form action="" method="post">
Bernd Wurst Umbenennung Google-Auth nac...

Bernd Wurst authored 11 years ago

themes/default/page-webmailtotp-login.tpl.php 59) <p><label for="code" class="login_label">Google-Authenticator-Code:</label> <input type="text" id="code" name="webinterface_totpcode" size="20" /></p>
Bernd Wurst Login am Webiterface mit Go...

Bernd Wurst authored 11 years ago

themes/default/page-googleauth-login.tpl.php  60) <p><span class="login_label">&#160;</span> <input type="submit" value="Prüfen" /></p>
themes/default/page-googleauth-login.tpl.php  61) </form>
themes/default/page-googleauth-login.tpl.php  62) 
themes/default/page-googleauth-login.tpl.php  63) </div>
themes/default/page-googleauth-login.tpl.php  64) 
themes/default/page-googleauth-login.tpl.php  65) <div class="foot">
Hanno Böck URLs von http nach https

Hanno Böck authored 7 years ago

themes/default/page-webmailtotp-login.tpl.php 66) <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="../../images/about.php">indem Sie hier klicken</a>.</p>