diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2014-03-14 18:39:40 +0100 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2016-08-15 19:46:41 +0200 |
| commit | 0e267a97dd42e5381e7704e151057e674fa8e0c3 (patch) | |
| tree | 51185b363369d2795ac41dcaad5901efb8a413ca /index.html | |
| parent | 4e1936f740d6ed3499df59e4f76efa91f49c5cb3 (diff) | |
| download | wvs-vplan-0e267a97dd42e5381e7704e151057e674fa8e0c3.tar.gz wvs-vplan-0e267a97dd42e5381e7704e151057e674fa8e0c3.zip | |
füge Flip-Effekt hinzu
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -29,13 +29,13 @@ <body> <div class="app"> <x-flipbox id="viewFlipBox"> - <div> + <div> <x-appbar> <h1>WvS VPlan | Login</h1> <button>=</button> </x-appbar> - <x-layout> - <form action="javascript:document.getElementById('viewFlipBox').toggle();" onsubmit="login()"> + <x-layout class="viewLayout"> + <form action="javascript:login()"> <section> <input type="text" id="username" hint="Benutzername" autofocus required> <input type="password" id="password" hint="Passwort" required> @@ -50,7 +50,7 @@ <h1>WvS VPlan | Vertretungsplan</h1> <button>=</button> </x-appbar> - <x-layout> + <x-layout class="viewLayout"> Hier steht der V-Plan. </x-layout> </div> |
