From 58aa3b03b63bda8496a953a936ef847a611a52c9 Mon Sep 17 00:00:00 2001
From: ulrich <ulrich>
Date: Tue, 19 May 2020 14:02:12 +0000
Subject: [PATCH] Abmelden fertig, neues UI und neues Profil aktiviert 

---
 web/logout.jsp |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/web/logout.html b/web/logout.jsp
similarity index 60%
rename from web/logout.html
rename to web/logout.jsp
index df55d93..20da88c 100644
--- a/web/logout.html
+++ b/web/logout.jsp
@@ -1,16 +1,17 @@
+<%@page contentType="text/html" pageEncoding="UTF-8"%>
 <!DOCTYPE html>
 <html lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
-    <link rel="stylesheet" type="text/css" href="/jslib/bootstrap/css/bootstrap.min.css">
+    <link rel="stylesheet" type="text/css" href="<%= request.getContextPath() %>/stile.css">    
     <title>Abgemeldet</title>
   </head>
   <body>
       <div style="margin: 20px;">
         <h3>Abmeldung</h3>
         <p>Sie haben sich erfolgreich abgemeldet.</p>
-        <p>zur&uuml;ck zur <a href="ui/">Anmeldung</a> &bull; <a href="/">Hauptseite</a></p>
+        <p>zur&uuml;ck zur <a href="ui-alt">Anmeldung</a> &bull; <a href="/">Hauptseite</a></p>
       </div>
   </body>
 </html>

--
Gitblit v1.9.3