Finish web interface for admin
[infodrom/musiikki-web.git] / templates / admin.phtml
diff --git a/templates/admin.phtml b/templates/admin.phtml
new file mode 100644 (file)
index 0000000..ab1b134
--- /dev/null
@@ -0,0 +1,12 @@
+<!-- Admin -->
+<div class="w3-container" id="admin" style="margin-top:75px" style="display:none;">
+  <h1 class="w3-xxxlarge w3-text-blue"><b>Admin.</b></h1>
+  <hr style="width:50px;border:5px solid blue" class="w3-round">
+  <form>
+    <div class="w3-section">
+      <label>Passwort</label>
+      <input class="w3-input w3-border" name="password" requiblue="" type="text">
+    </div>
+    <button type="submit" class="w3-button w3-block w3-padding-large w3-blue w3-margin-bottom" onclick="return submit_admin()">Speichern</button>
+  </form>
+</div>