| | |
| | | <head> |
| | | <title>Nutzerverwaltung</title> |
| | | <meta charset="UTF-8"> |
| | | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| | | <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalabe=no"> |
| | | <meta name="apple-mobile-web-app-capable" content="yes" /> |
| | | <link rel="stylesheet" type="text/css" href="stile.css"> |
| | | </head> |
| | |
| | | <span id="app-titel">Nutzerverwaltung</span> |
| | | </div> |
| | | <div class="top-btn-area"> |
| | | <button type="button" title="Neuer Benutzer" class="top-btn" id="top-neu-btn">+</button> |
| | | <button type="button" title="Neuer Benutzer" class="top-btn" id="top-neu-btn"><i class="icon-user-plus"></i></button> |
| | | <button type="button" title="Abmelden" class="top-btn" id="top-logout-btn"><i class="icon-off"></i></button> |
| | | </div> |
| | | </div> |
| | | <div class="inhalt"> |