diff options
| -rw-r--r-- | Dozentenmodul_V1/WebContent/GUI/de/Login.jsp (renamed from Dozentenmodul_V1/WebContent/GUI/de/Loginsite.jsp) | 39 | ||||
| -rw-r--r-- | Dozentenmodul_V1/WebContent/GUI/de/Login_old.jsp | 42 | ||||
| -rw-r--r-- | Dozentenmodul_V1/WebContent/GUI/de/VL_erzeugen.jsp | 2 | ||||
| -rw-r--r-- | Dozentenmodul_V1/WebContent/css/Layout.css | 8 | ||||
| -rw-r--r-- | Dozentenmodul_V1/WebContent/css/Login.css | 113 |
5 files changed, 139 insertions, 65 deletions
diff --git a/Dozentenmodul_V1/WebContent/GUI/de/Loginsite.jsp b/Dozentenmodul_V1/WebContent/GUI/de/Login.jsp index 11167803..149381e8 100644 --- a/Dozentenmodul_V1/WebContent/GUI/de/Loginsite.jsp +++ b/Dozentenmodul_V1/WebContent/GUI/de/Login.jsp @@ -3,13 +3,40 @@ <head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
-<link rel="stylesheet" type="text/css" href="/Dozentenmodul_V1/css/Layout.css">
+<link rel="stylesheet" type="text/css" href="/Dozentenmodul_V1/css/Login.css">
<title>Login Dozentenmodul</title>
</head>
<body>
-<div id="left">
+<div id="lang">
+<img alt="de" src="/Dozentenmodul_V1/img/de.png"> de | <img alt="en" src="/Dozentenmodul_V1/img/us.png"> us
+</div>
+
+<img id="logo" src="/Dozentenmodul_V1/img/Logo_bwLehrpool.png" alt="bwLehrpool"/>
+
+<div id="login">
+<form action="/Dozentenmodul_V1/Ldap" method="post">
+
+<label id="lefttop">bwIDM-Benutzername: </label>
+<input id="righttop" name="User" type="text" />
+
+
+<label id="leftbottom">bwIDM-Passwort:</label>
+<input id="rightbottom" name="Password" type="password" />
+
+<button id="buttoncenter" type="submit" id="loginButton" name="login">Login</button>
+
+</form>
+</div>
+
+<div id="footer">
+<a id="linkleft" href="bla">Kontakt</a>
+<a id="linkcenter" href="bla">FAQ</a>
+<a id="linkright" href="bla">Impressum</a>
+
+</div>
+<!-- <div id="left">
<div>
-<img src="/Dozentenmodul_V1/img/openslx-logo.png" alt="bwLehrpool"/>
+
</div>
</div>
<div id="right">
@@ -18,7 +45,7 @@ </div>
<hr></hr>
<div>
-Sprache: <img alt="de" src="/Dozentenmodul_V1/img/de.png"> de | <img alt="en" src="/Dozentenmodul_V1/img/us.png"> us
+
</div>
<hr></hr>
<div id="breadcrumb">
@@ -31,7 +58,7 @@ Sprache: <img alt="de" src="/Dozentenmodul_V1/img/de.png"> de | <img alt="en" sr <table>
<tr>
<td style="width: 143px"><label>bwIDM-Benutzername: </label></td>
-<td><input name="User" type="text" /></td>
+<td><input id="round" name="User" type="text" /></td>
</tr>
<tr>
<td style="width: 143px"><label>bwIDM-Passwort:</label></td>
@@ -44,7 +71,7 @@ Sprache: <img alt="de" src="/Dozentenmodul_V1/img/de.png"> de | <img alt="en" sr </table>
</form>
</div>
-</div>
+</div>-->
</body>
</html>
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"%>
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-<link rel="stylesheet" type="text/css" href="${pageContext.request.contextPath}/css/Login.css">
-<SCRIPT LANGUAGE="JavaScript" SRC="${pageContext.request.contextPath}/js/login.js">
-</SCRIPT>
-<title>Dozentenmodul V1</title>
-</head>
-<body>
- <img id="Logo" alt="bwLehrpool" src="${pageContext.request.contextPath}/img/openslx-logo.png">
-
- <form>
- <p>Sie sind hier: <a href="${pageContext.request.contextPath}/GUI/Login.jsp">Login</a>
- <input id="englisch" type="image" src="${pageContext.request.contextPath}/img/grossbritannien.gif" onclick="changeToEnglish();return false;">
- <input id="deutsch" type="image" src="${pageContext.request.contextPath}/img/deutsch.gif" onclick="changeToDeutsch();return false;"></p>
- </form>
- <p>Herzlich Willkommen im Dozentenmodul des bwLerhpools!</p>
- <p>blablabla</p>
-
- <form action="/Dozentenmodul_V1/Ldap" method="post">
- <table>
- <tr>
- <td><label>Benutzername:</label></td>
- <td><input type="text" name="Benutzername" maxlength="30" size="30"></td>
- </tr>
- <tr>
- <td>Passwort:</td>
- <td><input name="Password" type="password" maxlength="30" size="30"></td>
- </tr>
- <tr>
- <td></td>
- <td align="right"><input id="button" type="submit" value="Login"></td>
- </tr>
- </table>
- </form>
-
-
-</body>
-</html>
\ No newline at end of file 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 @@ </div>
<hr></hr>
</div>
- </div>
+ </div>
</form>
</div>
</body>
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 |
