64ea2c9cacfd02710fb2e86cf29fb029e6cc406c
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 Updated copyright notice (2...

Bernd Wurst authored 11 years ago

themes/default/page-webmailtotp-login.tpl.php  5) Written 2008-2013 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) 
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 
themes/default/page-googleauth-login.tpl.php  12) http://creativecommons.org/publicdomain/zero/1.0/
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) 
Bernd Wurst Umbenennung Google-Auth nac...

Bernd Wurst authored 11 years ago

themes/default/page-webmailtotp-login.tpl.php 55) <h3>Sicherheits-Code</h3>
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>
Bernd Wurst Login am Webiterface mit Go...

Bernd Wurst authored 11 years ago

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

Bernd Wurst authored 11 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>