From ab23338fe9f1b3ed21455867f1c032d7b146ceb8 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Mon, 2 Mar 2015 16:51:04 +0100 Subject: Initial Commit --- templates/logout/_page.html | 8 ++++++++ templates/main-menu.html | 34 +++++++++++++++++++++++++++++++ templates/main/_page.html | 3 +++ templates/main/deploy.html | 42 +++++++++++++++++++++++++++++++++++++++ templates/messagebox-error.html | 1 + templates/messagebox-info.html | 1 + templates/messagebox-success.html | 1 + templates/messagebox-warning.html | 1 + 8 files changed, 91 insertions(+) create mode 100644 templates/logout/_page.html create mode 100644 templates/main-menu.html create mode 100644 templates/main/_page.html create mode 100644 templates/main/deploy.html create mode 100644 templates/messagebox-error.html create mode 100644 templates/messagebox-info.html create mode 100644 templates/messagebox-success.html create mode 100644 templates/messagebox-warning.html (limited to 'templates') diff --git a/templates/logout/_page.html b/templates/logout/_page.html new file mode 100644 index 0000000..a1fc870 --- /dev/null +++ b/templates/logout/_page.html @@ -0,0 +1,8 @@ +
+
+ Abmelden +
+
+ Zum abmelden schließen Sie bitte dieses Browser-Fenster. +
+
diff --git a/templates/main-menu.html b/templates/main-menu.html new file mode 100644 index 0000000..29ded4b --- /dev/null +++ b/templates/main-menu.html @@ -0,0 +1,34 @@ + + + diff --git a/templates/main/_page.html b/templates/main/_page.html new file mode 100644 index 0000000..2e5525c --- /dev/null +++ b/templates/main/_page.html @@ -0,0 +1,3 @@ +

Guten Morgen, Chefingenieur Dr. {{user}}

+ + diff --git a/templates/main/deploy.html b/templates/main/deploy.html new file mode 100644 index 0000000..976d2b0 --- /dev/null +++ b/templates/main/deploy.html @@ -0,0 +1,42 @@ +
+
+ + +

+ Hier können Sie sich für den bwLehrpool-Dienst freischalten. Da die Nutzung dieses Dienstes + unter Umständen Ihre persönlichen Daten speichert. Cool oder? +

+ +
+ + + + +
+ +

+ Möchten Sie Virtuelle Maschinen mit anderen Hochschulen austauschen? Dazu werden Ihr Name und Ihre e-Mail-Adresse zentral gespeichert und für Dozenten anderer Hochschulen auffindbar gemacht. Sie können diese Einstellung später jederzeit ändern. +

+ +
+ + + + +
+ +
+ +
+ +
+
+ + Vorname + + +
+
+ +
+
\ No newline at end of file diff --git a/templates/messagebox-error.html b/templates/messagebox-error.html new file mode 100644 index 0000000..63f59a9 --- /dev/null +++ b/templates/messagebox-error.html @@ -0,0 +1 @@ +
{{{message}}}
diff --git a/templates/messagebox-info.html b/templates/messagebox-info.html new file mode 100644 index 0000000..7136298 --- /dev/null +++ b/templates/messagebox-info.html @@ -0,0 +1 @@ +
{{{message}}}
diff --git a/templates/messagebox-success.html b/templates/messagebox-success.html new file mode 100644 index 0000000..3fa263e --- /dev/null +++ b/templates/messagebox-success.html @@ -0,0 +1 @@ +
{{{message}}}
diff --git a/templates/messagebox-warning.html b/templates/messagebox-warning.html new file mode 100644 index 0000000..48a95b4 --- /dev/null +++ b/templates/messagebox-warning.html @@ -0,0 +1 @@ +
{{{message}}}
-- cgit v1.2.3-55-g7522