cf4fbd453e8634a08af0e0f407d3923fb4f930e1
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) 
Hanno Böck Change license from CC0 to...

Hanno Böck authored 1 year ago

themes/default/page-webmailtotp-login.tpl.php  5) Written 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) 
Hanno Böck Change license from CC0 to...

Hanno Böck authored 1 year ago

themes/default/page-webmailtotp-login.tpl.php  9) This code is published under a 0BSD license.
Bernd Wurst Login am Webiterface mit Go...

Bernd Wurst authored 11 years ago

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

Hanno authored 5 years ago

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

Hanno authored 5 years ago

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

Bernd Wurst authored 11 years ago

themes/default/page-googleauth-login.tpl.php  26) ?>
themes/default/page-googleauth-login.tpl.php  27) <link rel="stylesheet" href="<?php echo $THEME_PATH; ?>style.css" type="text/css" media="screen" title="Normal" />
themes/default/page-googleauth-login.tpl.php  28) <link rel="shortcut icon" href="<?php echo $THEME_PATH; ?>favicon.ico" type="image/x-icon" />
themes/default/page-googleauth-login.tpl.php  29) <?php echo $html_header; ?>
themes/default/page-googleauth-login.tpl.php  30) </head>
themes/default/page-googleauth-login.tpl.php  31) 
themes/default/page-googleauth-login.tpl.php  32) <body onload="javascript:document.getElementById('code').focus();">
themes/default/page-googleauth-login.tpl.php  33) <div><a href="#content" style="display: none;">Zum Inhalt</a></div>
themes/default/page-googleauth-login.tpl.php  34) 
themes/default/page-googleauth-login.tpl.php  35) <div class="menu">
themes/default/page-googleauth-login.tpl.php  36) <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  37) 
themes/default/page-googleauth-login.tpl.php  38) <?php echo $menu; ?>
themes/default/page-googleauth-login.tpl.php  39) 
themes/default/page-googleauth-login.tpl.php  40) <?php echo $userinfo; ?>
themes/default/page-googleauth-login.tpl.php  41) 
themes/default/page-googleauth-login.tpl.php  42) </div>
themes/default/page-googleauth-login.tpl.php  43) 
themes/default/page-googleauth-login.tpl.php  44) <div class="content">
themes/default/page-googleauth-login.tpl.php  45) <a id="content" style="display: none"> </a>
themes/default/page-googleauth-login.tpl.php  46) 
themes/default/page-googleauth-login.tpl.php  47) <?php
themes/default/page-googleauth-login.tpl.php  48) if ($messages) {
Hanno Fix coding style with php-c...

Hanno authored 5 years ago

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

Bernd Wurst authored 11 years ago

themes/default/page-googleauth-login.tpl.php  50) }
themes/default/page-googleauth-login.tpl.php  51) ?>
themes/default/page-googleauth-login.tpl.php  52) 
Bernd Wurst Neues Layout der Rechnungen...

Bernd Wurst authored 9 years ago

themes/default/page-webmailtotp-login.tpl.php 53) <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 54) <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>
Hanno Böck Fehler von W3C validator fixen

Hanno Böck authored 4 years ago

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

Bernd Wurst authored 11 years ago

themes/default/page-webmailtotp-login.tpl.php 56) <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  57) <p><span class="login_label">&#160;</span> <input type="submit" value="Prüfen" /></p>
themes/default/page-googleauth-login.tpl.php  58) </form>
themes/default/page-googleauth-login.tpl.php  59) 
themes/default/page-googleauth-login.tpl.php  60) </div>
themes/default/page-googleauth-login.tpl.php  61) 
themes/default/page-googleauth-login.tpl.php  62) <div class="foot">
Hanno Böck Rechtschreibung, typos

Hanno Böck authored 11 months ago

themes/default/page-webmailtotp-login.tpl.php 63) <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>