From 9efa7374067eca0841baaa145eb1514d36829fa5 Mon Sep 17 00:00:00 2001 From: tspitzer Date: Mon, 17 Jun 2013 08:34:51 +0200 Subject: new Loginscreen --- Dozentenmodul_V1/WebContent/GUI/de/Login.jsp | 77 ++++++++++++++ Dozentenmodul_V1/WebContent/GUI/de/Login_old.jsp | 42 -------- Dozentenmodul_V1/WebContent/GUI/de/Loginsite.jsp | 50 --------- Dozentenmodul_V1/WebContent/GUI/de/VL_erzeugen.jsp | 2 +- Dozentenmodul_V1/WebContent/css/Layout.css | 8 ++ Dozentenmodul_V1/WebContent/css/Login.css | 113 ++++++++++++++++++--- 6 files changed, 183 insertions(+), 109 deletions(-) create mode 100644 Dozentenmodul_V1/WebContent/GUI/de/Login.jsp delete mode 100644 Dozentenmodul_V1/WebContent/GUI/de/Login_old.jsp delete mode 100644 Dozentenmodul_V1/WebContent/GUI/de/Loginsite.jsp diff --git a/Dozentenmodul_V1/WebContent/GUI/de/Login.jsp b/Dozentenmodul_V1/WebContent/GUI/de/Login.jsp new file mode 100644 index 00000000..149381e8 --- /dev/null +++ b/Dozentenmodul_V1/WebContent/GUI/de/Login.jsp @@ -0,0 +1,77 @@ + + + + + + +Login Dozentenmodul + + +
+de de | en us +
+ + + +
+
+ + + + + + + + + + +
+
+ + + + + + diff --git a/Dozentenmodul_V1/WebContent/GUI/de/Login_old.jsp b/Dozentenmodul_V1/WebContent/GUI/de/Login_old.jsp deleted file mode 100644 index b3d956dc..00000000 --- a/Dozentenmodul_V1/WebContent/GUI/de/Login_old.jsp +++ /dev/null @@ -1,42 +0,0 @@ -<%@ page language="java" contentType="text/html; charset=ISO-8859-1" - pageEncoding="ISO-8859-1"%> - - - - - - -Dozentenmodul V1 - - - - -
-

Sie sind hier: Login - -

-
-

Herzlich Willkommen im Dozentenmodul des bwLerhpools!

-

blablabla

- -
- - - - - - - - - - - - - -
Passwort:
-
- - - - \ No newline at end of file diff --git a/Dozentenmodul_V1/WebContent/GUI/de/Loginsite.jsp b/Dozentenmodul_V1/WebContent/GUI/de/Loginsite.jsp deleted file mode 100644 index 11167803..00000000 --- a/Dozentenmodul_V1/WebContent/GUI/de/Loginsite.jsp +++ /dev/null @@ -1,50 +0,0 @@ - - - - - - -Login Dozentenmodul - - -
-
-bwLehrpool -
-
- - - - diff --git a/Dozentenmodul_V1/WebContent/GUI/de/VL_erzeugen.jsp b/Dozentenmodul_V1/WebContent/GUI/de/VL_erzeugen.jsp index a70cb222..a48cd370 100644 --- a/Dozentenmodul_V1/WebContent/GUI/de/VL_erzeugen.jsp +++ b/Dozentenmodul_V1/WebContent/GUI/de/VL_erzeugen.jsp @@ -225,7 +225,7 @@
- + diff --git a/Dozentenmodul_V1/WebContent/css/Layout.css b/Dozentenmodul_V1/WebContent/css/Layout.css index 0d2bb44e..a12b797b 100644 --- a/Dozentenmodul_V1/WebContent/css/Layout.css +++ b/Dozentenmodul_V1/WebContent/css/Layout.css @@ -118,3 +118,11 @@ div.tabcontents width:300px; } + +input{ + + -moz-border-radius: 5px; + -webkit-border-radius: 5px; + border-radius: 5px; +} + diff --git a/Dozentenmodul_V1/WebContent/css/Login.css b/Dozentenmodul_V1/WebContent/css/Login.css index f21da806..3e85c647 100644 --- a/Dozentenmodul_V1/WebContent/css/Login.css +++ b/Dozentenmodul_V1/WebContent/css/Login.css @@ -5,31 +5,112 @@ src: url(/Dozentenmodul_V1/UbuntuFonts/Ubuntu-L.ttf); } -#Logo{ - top:0; - left:0; - height:120px; - width:100%; +#lang{ + position: absolute; + top: 0px; + right: 0px; } -#deutsch{ +#logo{ + width:50%; + height: 10%; + display:block; + margin-left: auto; + margin-right: auto; + margin-top: 5%; + +} + +#login{ + width:500px; + height:200px; + background-color: #757575; + display:block; + margin-left: auto; + margin-right: auto; + margin-top: 5%; + color: white; + font-family: 'Ubuntu'; + -moz-border-radius: 25px; + -webkit-border-radius: 25px; + border-radius: 25px; +} + +input{ + width:145px; + -moz-border-radius: 5px; + -webkit-border-radius: 5px; + border-radius: 5px; +} + +button{ + width:150px; + -moz-border-radius: 5px; + -webkit-border-radius: 5px; + border-radius: 5px; +} + +#lefttop{ + position:relative; + float:left; + margin-top: 25px; + margin-left: 15px; + +} + +#righttop{ + position: relative; + width:250px; float:right; - margin-right:10px; + margin-top: 25px; + margin-right: 15px; +} + +#leftbottom{ + position:relative; + float:left; + margin-top: 15px; + margin-left: 15px; + } -#englisch{ +#rightbottom{ + position: relative; + width:250px; float:right; + margin-top: 15px; + margin-right: 15px; } -p{ -font-family:Ubuntu; -font-size:18pt; +#buttoncenter{ + position: absolute; + width:150px; + right:auto; + left:auto; + + margin-top:125px; +} +#footer{ + width:80%; + height:3%; + background-color: #757575; + position: absolute; + bottom: 0px; + left:50%; + margin-left:-40%; + -moz-border-radius: 25px 25px 0px 0px; + -webkit-border-radius: 25px 25px 0px 0px; + border-radius: 25px 25px 0px 0px; } -td{ -font-family:Ubuntu; +a{ + color:white; + font-family: 'Ubuntu'; + position: relative; + margin-left: 30px; } +a:hover{ + color: #FFA626; +} + -#button{ -font-family:Ubuntu; -} \ No newline at end of file -- cgit v1.2.3-55-g7522