From 187e44c736e67a0a853bd4bcc6e49827666b8131 Mon Sep 17 00:00:00 2001
From: ulrich
Date: Fri, 29 Jan 2021 11:50:50 +0000
Subject: [PATCH] Fonts und jslibs in Webarchiv uebernommen

---
 web/login_form.html |   76 +++-----------------------------------
 1 files changed, 6 insertions(+), 70 deletions(-)

diff --git a/web/login_form.html b/web/login_form.html
index b812836..abac4b4 100644
--- a/web/login_form.html
+++ b/web/login_form.html
@@ -1,87 +1,23 @@
 <!DOCTYPE html>
+<!DOCTYPE html>
 <html lang="en">
   <head>
     <meta charset="utf-8">
-    <meta http-equiv="X-UA-Compatible" content="IE=edge">
-    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalabe=no">
     <meta name="description" content="">
     <meta name="author" content="">
-    <!--<link rel="icon" href="../../favicon.ico">-->
-
+    <link rel="stylesheet" type="text/css" href="stile.css">    
     <title>Anmeldung Nutzerverwaltung</title>
-
-    <!-- Bootstrap core CSS -->
-    <link rel="stylesheet" href="/jslib/bootstrap-3.3.2/css/bootstrap.min.css">
-
-    <!-- Custom styles for this template -->
-    <!--<link href="signin.css" rel="stylesheet">-->
-    <style type="text/css">
-      body {
-        padding-top: 40px;
-        padding-bottom: 40px;
-        background-color: #eee;
-      }
-      
-      .form-signin {
-        max-width: 330px;
-        padding: 15px;
-        margin: 0 auto;
-      }
-      .form-signin .form-signin-heading,
-      .form-signin .checkbox {
-        margin-bottom: 10px;
-      }
-      .form-signin .checkbox {
-        font-weight: normal;
-      }
-      .form-signin .form-control {
-        position: relative;
-        height: auto;
-        -webkit-box-sizing: border-box;
-           -moz-box-sizing: border-box;
-                box-sizing: border-box;
-        padding: 10px;
-        font-size: 16px;
-      }
-      .form-signin .form-control:focus {
-        z-index: 2;
-      }
-      .form-signin input[type="text"] {
-        margin-bottom: -1px;
-        border-bottom-right-radius: 0;
-        border-bottom-left-radius: 0;
-      }
-      .form-signin input[type="password"] {
-        margin-bottom: 10px;
-        border-top-left-radius: 0;
-        border-top-right-radius: 0;
-      }
-    </style>
-
-    <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
-    <!--[if lt IE 9]>
-      <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
-      <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
-    <![endif]-->
   </head>
-
   <body>
-
     <div class="container">
-
       <form class="form-signin" role="form" method="POST" action="j_security_check" name="loginform">
         <h2 class="form-signin-heading">Anmeldung Nutzerverwaltung</h2>
         <input  name="j_username" type="text" class="form-control" placeholder="Benutzerkennung" required autofocus>
         <input name="j_password" type="password" class="form-control" placeholder="Kennwort" required>
-        <!--
-        <label class="checkbox">
-          <input type="checkbox" value="remember-me"> Remember me
-        </label>
-        -->
-        <button class="btn btn-lg btn-primary btn-block" type="submit">Senden</button>
+        <button class="btn btn-lg button-primary btn-block" type="submit">Senden</button>
+        <p class="backlink"><a href="/">zur&uuml;ck zur Hauptseite</a></p>
       </form>
-
-    </div> <!-- /container -->
-
+    </div>
   </body>
 </html>

--
Gitblit v1.9.3