Login am Webiterface mit Go...
Bernd Wurst authored 12 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)
|
Lizenzinfos in eigenes Modu...
Bernd Wurst authored 10 years ago
|
themes/default/page-webmailtotp-login.tpl.php 5) Written 2008-2014 by schokokeks.org Hosting, namely
|
Login am Webiterface mit Go...
Bernd Wurst authored 12 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)
themes/default/page-googleauth-login.tpl.php 11) You should have received a copy of the CC0 Public Domain Dedication along with this software. If not, see
|
URLs von http nach https
Hanno Böck authored 8 years ago
|
themes/default/page-webmailtotp-login.tpl.php 12) https://creativecommons.org/publicdomain/zero/1.0/
|
Login am Webiterface mit Go...
Bernd Wurst authored 12 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)
themes/default/page-googleauth-login.tpl.php 23) <?php
themes/default/page-googleauth-login.tpl.php 24) if ($title)
themes/default/page-googleauth-login.tpl.php 25) echo "<title>$title - Administration</title>";
themes/default/page-googleauth-login.tpl.php 26) else
themes/default/page-googleauth-login.tpl.php 27) echo "<title>Administration</title>";
themes/default/page-googleauth-login.tpl.php 28) ?>
themes/default/page-googleauth-login.tpl.php 29) <link rel="stylesheet" href="<?php echo $THEME_PATH; ?>style.css" type="text/css" media="screen" title="Normal" />
themes/default/page-googleauth-login.tpl.php 30) <link rel="shortcut icon" href="<?php echo $THEME_PATH; ?>favicon.ico" type="image/x-icon" />
themes/default/page-googleauth-login.tpl.php 31) <?php echo $html_header; ?>
themes/default/page-googleauth-login.tpl.php 32) </head>
themes/default/page-googleauth-login.tpl.php 33)
themes/default/page-googleauth-login.tpl.php 34) <body onload="javascript:document.getElementById('code').focus();">
themes/default/page-googleauth-login.tpl.php 35) <div><a href="#content" style="display: none;">Zum Inhalt</a></div>
themes/default/page-googleauth-login.tpl.php 36)
themes/default/page-googleauth-login.tpl.php 37) <div class="menu">
themes/default/page-googleauth-login.tpl.php 38) <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 39)
themes/default/page-googleauth-login.tpl.php 40) <?php echo $menu; ?>
themes/default/page-googleauth-login.tpl.php 41)
themes/default/page-googleauth-login.tpl.php 42) <?php echo $userinfo; ?>
themes/default/page-googleauth-login.tpl.php 43)
themes/default/page-googleauth-login.tpl.php 44) </div>
themes/default/page-googleauth-login.tpl.php 45)
themes/default/page-googleauth-login.tpl.php 46) <div class="content">
themes/default/page-googleauth-login.tpl.php 47) <a id="content" style="display: none"> </a>
themes/default/page-googleauth-login.tpl.php 48)
themes/default/page-googleauth-login.tpl.php 49) <?php
themes/default/page-googleauth-login.tpl.php 50) if ($messages) {
themes/default/page-googleauth-login.tpl.php 51) echo $messages;
themes/default/page-googleauth-login.tpl.php 52) }
themes/default/page-googleauth-login.tpl.php 53) ?>
themes/default/page-googleauth-login.tpl.php 54)
|
Neues Layout der Rechnungen...
Bernd Wurst authored 9 years ago
|
themes/default/page-webmailtotp-login.tpl.php 55) <h3 class="headline">Sicherheits-Code</h3>
|
Umbenennung Google-Auth nac...
Bernd Wurst authored 12 years ago
|
themes/default/page-webmailtotp-login.tpl.php 56) <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>
|
Login am Webiterface mit Go...
Bernd Wurst authored 12 years ago
|
themes/default/page-googleauth-login.tpl.php 57) <form action="" method="post">
|
Umbenennung Google-Auth nac...
Bernd Wurst authored 12 years ago
|
themes/default/page-webmailtotp-login.tpl.php 58) <p><label for="code" class="login_label">Google-Authenticator-Code:</label> <input type="text" id="code" name="webinterface_totpcode" size="20" /></p>
|
Login am Webiterface mit Go...
Bernd Wurst authored 12 years ago
|
themes/default/page-googleauth-login.tpl.php 59) <p><span class="login_label"> </span> <input type="submit" value="Prüfen" /></p>
themes/default/page-googleauth-login.tpl.php 60) </form>
themes/default/page-googleauth-login.tpl.php 61)
themes/default/page-googleauth-login.tpl.php 62) </div>
themes/default/page-googleauth-login.tpl.php 63)
themes/default/page-googleauth-login.tpl.php 64) <div class="foot">
|
URLs von http nach https
Hanno Böck authored 8 years ago
|
themes/default/page-webmailtotp-login.tpl.php 65) <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>
|