From b323b0ab4544148f3a169dcba3700b7d094a5af0 Mon Sep 17 00:00:00 2001 From: edgar Date: Thu, 2 May 2019 14:45:55 +0200 Subject: [PATCH] BauDas GUI (ohne Warenkorbanalyse, mit Login und Datei hochladen) --- src/main/webapp/preview/index.html | 22 +++++++- .../preview/js/materialize_components.js | 5 +- src/main/webapp/preview/login.html | 44 +++++++++++++++ src/main/webapp/preview/registration.html | 55 +++++++++++++++++++ 4 files changed, 122 insertions(+), 4 deletions(-) create mode 100644 src/main/webapp/preview/login.html create mode 100644 src/main/webapp/preview/registration.html diff --git a/src/main/webapp/preview/index.html b/src/main/webapp/preview/index.html index 1bb7406..1095225 100644 --- a/src/main/webapp/preview/index.html +++ b/src/main/webapp/preview/index.html @@ -1,6 +1,7 @@  + BauDas @@ -28,11 +29,11 @@ @@ -72,6 +73,22 @@
+
  • +
  • +
    +
    +
    + File + +
    +
    + +
    +
    +
  • +
  • @@ -164,7 +181,6 @@ -
    diff --git a/src/main/webapp/preview/js/materialize_components.js b/src/main/webapp/preview/js/materialize_components.js index f438abd..c788aff 100644 --- a/src/main/webapp/preview/js/materialize_components.js +++ b/src/main/webapp/preview/js/materialize_components.js @@ -1,11 +1,14 @@ $(".dropdown-trigger").dropdown(); +$('.tabs').tabs(); $(document).ready(function(){ $('.sidenav').sidenav(); }); -$('.tabs').tabs(); $(document).ready(function(){ $('select').formSelect(); }); $(document).ready(function(){ $('.collapsible').collapsible(); +}); +$(document).ready(function() { + M.updateTextFields(); }); \ No newline at end of file diff --git a/src/main/webapp/preview/login.html b/src/main/webapp/preview/login.html new file mode 100644 index 0000000..67dd914 --- /dev/null +++ b/src/main/webapp/preview/login.html @@ -0,0 +1,44 @@ + + + + + Login + + + + + + + + + +
    + +
    +
    +
    +
    + +
    +
    +
    + +
    +
    +
    +
    +
    + + + + + + + + + + + \ No newline at end of file diff --git a/src/main/webapp/preview/registration.html b/src/main/webapp/preview/registration.html new file mode 100644 index 0000000..0dbe2f8 --- /dev/null +++ b/src/main/webapp/preview/registration.html @@ -0,0 +1,55 @@ + + + + + Registrierung + + + + + + + + + +
    + +
    +
    +
    + Regstrierung +
    +
    +
    + +
    +
    +
    +
    + + +
    +
    + + +
    +
    +
    + +
    +
    +
    + + + + + + + + + + + \ No newline at end of file