From c466405d3abc2c294bcefb1ffdbb1655c146e6aa Mon Sep 17 00:00:00 2001 From: tspitzer Date: Mon, 17 Jun 2013 16:15:42 +0200 Subject: new --- Dozentenmodul_V1/WebContent/GUI/de/Home.jsp | 20 ++--- Dozentenmodul_V1/WebContent/GUI/de/OTRS.jsp | 20 +++++ .../WebContent/GUI/de/createVL_Software.jsp | 61 ++++++++++++++ .../WebContent/GUI/de/createVL_System.jsp | 93 +++++++++++++++++++++ .../WebContent/GUI/de/createVL_allgemine.jsp | 96 ++++++++++++++++++++++ .../WebContent/GUI/de/men\303\274.html" | 2 +- Dozentenmodul_V1/WebContent/css/Input.css | 26 ++---- Dozentenmodul_V1/WebContent/css/Layout.css | 19 ++++- 8 files changed, 305 insertions(+), 32 deletions(-) create mode 100644 Dozentenmodul_V1/WebContent/GUI/de/OTRS.jsp create mode 100644 Dozentenmodul_V1/WebContent/GUI/de/createVL_Software.jsp create mode 100644 Dozentenmodul_V1/WebContent/GUI/de/createVL_System.jsp create mode 100644 Dozentenmodul_V1/WebContent/GUI/de/createVL_allgemine.jsp diff --git a/Dozentenmodul_V1/WebContent/GUI/de/Home.jsp b/Dozentenmodul_V1/WebContent/GUI/de/Home.jsp index 1c5cd721..970defcf 100644 --- a/Dozentenmodul_V1/WebContent/GUI/de/Home.jsp +++ b/Dozentenmodul_V1/WebContent/GUI/de/Home.jsp @@ -9,24 +9,22 @@ Home - - + + + - +
+

Aktive VL's

+

Inaktive VL's

+

Freigebene VL's

+
-
-

Aktive VL's

-

Inaktive VL's

-

Freigebene VL's

-
- - + - diff --git a/Dozentenmodul_V1/WebContent/GUI/de/OTRS.jsp b/Dozentenmodul_V1/WebContent/GUI/de/OTRS.jsp new file mode 100644 index 00000000..bec3f28e --- /dev/null +++ b/Dozentenmodul_V1/WebContent/GUI/de/OTRS.jsp @@ -0,0 +1,20 @@ +<%@ page language="java" contentType="text/html; charset=ISO-8859-1" + pageEncoding="ISO-8859-1"%> + + + + + +OTRS + + + + + + + + + \ No newline at end of file diff --git a/Dozentenmodul_V1/WebContent/GUI/de/createVL_Software.jsp b/Dozentenmodul_V1/WebContent/GUI/de/createVL_Software.jsp new file mode 100644 index 00000000..4da15b52 --- /dev/null +++ b/Dozentenmodul_V1/WebContent/GUI/de/createVL_Software.jsp @@ -0,0 +1,61 @@ +<%@ page language="java" contentType="text/html; charset=ISO-8859-1" + pageEncoding="ISO-8859-1"%> + + + + + + +Insert title here + + + + + +
+
+ Sie sind hier: + Allgemein + > + System + > + Software +
+
+
+

+ Sortierung nach: +

+
+ Verfügbare Software +
+ +
+ + TEst +
+ +
+
+
+ Ausgewählte Software +
+ +
+
+

+ + +
+
+ + + + + + \ No newline at end of file diff --git a/Dozentenmodul_V1/WebContent/GUI/de/createVL_System.jsp b/Dozentenmodul_V1/WebContent/GUI/de/createVL_System.jsp new file mode 100644 index 00000000..913fd91f --- /dev/null +++ b/Dozentenmodul_V1/WebContent/GUI/de/createVL_System.jsp @@ -0,0 +1,93 @@ +<%@ page language="java" contentType="text/html; charset=ISO-8859-1" + pageEncoding="ISO-8859-1"%> + + + + + + +Insert title here + + + + + +
+
+ Sie sind hier: + Allgemein + > + System + +
+
+
+
+ Systeminformationen + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Laborname (Anzeigename): *
Kurzbeschreibung: *
Langbeschreibung: *
Kommentar:
Betriebssystem: *
Gültigkeitsdatum: *von: bis: + +
Labor sichtbar: *Ja

+ Nein
+
+
+ + + + + + + + + \ No newline at end of file diff --git a/Dozentenmodul_V1/WebContent/GUI/de/createVL_allgemine.jsp b/Dozentenmodul_V1/WebContent/GUI/de/createVL_allgemine.jsp new file mode 100644 index 00000000..f5234350 --- /dev/null +++ b/Dozentenmodul_V1/WebContent/GUI/de/createVL_allgemine.jsp @@ -0,0 +1,96 @@ +<%@ page language="java" contentType="text/html; charset=ISO-8859-1" + pageEncoding="ISO-8859-1"%> + + + + + + +Insert title here + + + + + +
+
+ Sie sind hier: + Allgemein + +
+
+
+
+ Allgemeine Informationen zum Verantwortlichen + + + + + + + + + + + + + + + + + + + + + + + + + +
Vorname: *
Nachname: *
Hochschule: *
E-Mail: *
Tel.-Nummer:
Fakultät:
+
+

+
+ Allgemeine Informationen zum Ersteller + + + + + + + + + + + + + + + + + + + + + + + + + +
Vorname: *
Nachname: *
Hochschule: *
E-Mail: *
Tel.-Nummer:
Fakultät:
+
+
+ +
+
+ + + + + + \ No newline at end of file diff --git "a/Dozentenmodul_V1/WebContent/GUI/de/men\303\274.html" "b/Dozentenmodul_V1/WebContent/GUI/de/men\303\274.html" index 01eada04..8e93f674 100644 --- "a/Dozentenmodul_V1/WebContent/GUI/de/men\303\274.html" +++ "b/Dozentenmodul_V1/WebContent/GUI/de/men\303\274.html" @@ -3,6 +3,6 @@
  • VL erzeugen
  • VL bearbeiten
  • Einstellungen
  • -
  • Wartung
  • +
  • Wartung
  • Logout
  • diff --git a/Dozentenmodul_V1/WebContent/css/Input.css b/Dozentenmodul_V1/WebContent/css/Input.css index dce35868..41357090 100644 --- a/Dozentenmodul_V1/WebContent/css/Input.css +++ b/Dozentenmodul_V1/WebContent/css/Input.css @@ -5,21 +5,6 @@ src: url(/Dozentenmodul_V1/UbuntuFonts/Ubuntu-L.ttf); } -#Logo{ - top:0; - left:0; - height:120px; - width:50%; -} - -#deutsch{ - float:right; - margin-right:10px; -} - -#englisch{ - float:right; -} article.input section { @@ -93,8 +78,7 @@ article.input section input{ fieldset{ margin-top: 10px; - margin-left: 30px; - margin-right: 30px; + } article.input section input{ @@ -154,7 +138,13 @@ font-family:Ubuntu; width: 500px; background-color: #c5d2de; } - +#sw_chooser{ + width: 310px; +} +#sw_choosed{ + width:310px; + float:right; +} #buttonAddSW{ margin-left: 30px; width: 150px; diff --git a/Dozentenmodul_V1/WebContent/css/Layout.css b/Dozentenmodul_V1/WebContent/css/Layout.css index dd3054ce..2d0a57bc 100644 --- a/Dozentenmodul_V1/WebContent/css/Layout.css +++ b/Dozentenmodul_V1/WebContent/css/Layout.css @@ -91,8 +91,7 @@ html,body{ background-color: #757575; position: absolute; bottom: 0px; - left:50%; - margin-left:-40%; + left: 300px; -moz-border-radius: 25px 25px 0px 0px; -webkit-border-radius: 25px 25px 0px 0px; border-radius: 25px 25px 0px 0px; @@ -113,5 +112,21 @@ html,body{ position:absolute; left: 300px; top: 100px; + width:80%; + height:80%; + overflow-y: scroll; } + +#bread a:hover { + text-decoration:none; +} + +#bread a:hover { + text-decoration:underline; +} + +#buttonweiter{ + position: relative; + left: 300px; +} -- cgit v1.2.3-55-g7522