diff --git a/info.textgrid.middleware.tgauth.webauth/WebAuthN/WebAuthN.php b/info.textgrid.middleware.tgauth.webauth/WebAuthN/WebAuthN.php index d526556fd47820fd8e479ac70c1abd68031e6cba..4730035027c94a0cddb9f3333ba205eed55f994b 100644 --- a/info.textgrid.middleware.tgauth.webauth/WebAuthN/WebAuthN.php +++ b/info.textgrid.middleware.tgauth.webauth/WebAuthN/WebAuthN.php @@ -2,7 +2,7 @@ // ####################################################### // Author: Martin Haase / DAASI International GmbH // Creation date: 02.12.2008 -// Modification date: 01/14/2015 (fu) +// Modification date: 06/11/2015 (fu) // Version: 3.0 (ab TextGridLab 2.2) // ####################################################### @@ -10,7 +10,6 @@ ob_start(); require_once '../i18n_inc/class.I18Nbase.inc.php'; $t = new I18Ntranslator(); - header("Content-Type: text/html; charset=UTF-8"); $authZinstance = $_REQUEST["authZinstance"]; @@ -44,7 +43,7 @@ if ($authZinstance == null) { <div class="form-group"> <label for="loginname"><?php echo $t->_('login_label_id');?></label> <input type="text" class="form-control" name="loginname" id="loginname" - value="Login ID" onclick="MachLeer()"> + value="Login ID" onclick="MachLeer()"> </div> <div class="form-group"> <label for="password"><?php echo $t->_('login_label_password');?></label> @@ -63,7 +62,7 @@ if ($authZinstance == null) { } </script> </div> - <div class="col-xs-3"> </div> + <div class="col-xs-3"><img src="./img/Punk-Eule.png"/></div> </div> </div> </body> diff --git a/info.textgrid.middleware.tgauth.webauth/WebAuthN/img/Punk-Eule.png b/info.textgrid.middleware.tgauth.webauth/WebAuthN/img/Punk-Eule.png new file mode 100644 index 0000000000000000000000000000000000000000..54ef62577ee97829a1a9238128f78601dcb3c29f Binary files /dev/null and b/info.textgrid.middleware.tgauth.webauth/WebAuthN/img/Punk-Eule.png differ