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 + +
    +
    + +
    +
    +
  • +
  • + file_uploadHochladen +
  • @@ -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