diff --git a/resources/views/auth/login.blade.old.php b/resources/views/auth/login.blade.old.php new file mode 100644 index 0000000..da8dbf0 --- /dev/null +++ b/resources/views/auth/login.blade.old.php @@ -0,0 +1,50 @@ +@extends('settings.layouts.app') + +@section('content') + +
+ +
+ +

Login

+ +
+ @if (count($errors) > 0) +
+ Whoops! There were some problems with your input.

+
    + @foreach ($errors->all() as $error) +
  • {{ $error }}
  • + @endforeach +
+
+ @endif +
+ + +
+ + + This is a required field. +
+ +
+ + +
+ +
+ + + {{-- Forgot Your Password? --}} +
+
+
+ +
+ +
+ +@endsection diff --git a/resources/views/auth/login.blade.php b/resources/views/auth/login.blade.php index da8dbf0..d4759fc 100755 --- a/resources/views/auth/login.blade.php +++ b/resources/views/auth/login.blade.php @@ -1,16 +1,106 @@ -@extends('settings.layouts.app') + + -@section('content') + + TETHYS - Geology Geophysics Meteorology + + + + -
+ + -
+ + + + + + + + + + + + + + + + + + +
+ + + +
+
+

In Tethys einloggen

+
+
+

Login is only required for access to data under embargo or for submitting new datasets.

+ + @if (count($errors) > 0) +
+
Whoops! There were some problems with your input.

    @foreach ($errors->all() as $error) @@ -18,33 +108,48 @@ @endforeach
- @endif -
- - -
- - - This is a required field. -
- -
- - -
- -
- - - {{-- Forgot Your Password? --}} -
-
- + @endif + +
+
+
+ + + +
+
+ +
+
+
+
+ +
+
+ + + + +
+
+ +
+
+ + +
+
+
+ + +
+ -
- -@endsection + \ No newline at end of file